org.mythtv.services.api.v027.beans
Class LabelValue
java.lang.Object
org.mythtv.services.api.v027.beans.LabelValue
public class LabelValue
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelValue
public LabelValue()
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