org.mythtv.services.api.myth
Class LabelValue
java.lang.Object
org.mythtv.services.api.myth.LabelValue
public class LabelValue
- extends Object
- Author:
- Daniel Frey
LabelValue
public LabelValue()
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.