org.mythtv.services.api.v025.beans
Class LabelValue

java.lang.Object
  extended by org.mythtv.services.api.v025.beans.LabelValue

public class LabelValue
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


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

Constructor Detail

LabelValue

public LabelValue()
Method Detail

getLabel

public java.lang.String getLabel()
Returns:
the label

setLabel

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

getValue

public java.lang.String getValue()
Returns:
the value

setValue

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

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

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

isActive

public java.lang.Boolean isActive()
Returns:
the active

setActive

public void setActive(java.lang.Boolean active)
Parameters:
active - the active to set

isSelected

public java.lang.Boolean isSelected()
Returns:
the selected

setSelected

public void setSelected(java.lang.Boolean selected)
Parameters:
selected - the selected to set