org.mythtv.services.api.myth
Class LabelValue

java.lang.Object
  extended by org.mythtv.services.api.myth.LabelValue

public class LabelValue
extends Object

Author:
Daniel Frey

Constructor Summary
LabelValue()
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getValue()
           
 boolean isActive()
           
 boolean isSelected()
           
 void setActive(boolean active)
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setSelected(boolean selected)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelValue

public LabelValue()
Method Detail

getLabel

public String getLabel()
Returns:
the label

setLabel

public void setLabel(String label)
Parameters:
label - the label to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

isActive

public boolean isActive()
Returns:
the active

setActive

public void setActive(boolean active)
Parameters:
active - the active to set

isSelected

public boolean isSelected()
Returns:
the selected

setSelected

public void setSelected(boolean selected)
Parameters:
selected - the selected to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.