com.redhat.rhn.domain.org
Class TemplateString
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.org.TemplateString
public class TemplateString
- extends BaseDomainHelper
TemplateString
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateString
public TemplateString()
getCategory
public TemplateCategory getCategory()
- Returns:
- Returns the category.
setCategory
public void setCategory(TemplateCategory categoryIn)
- Parameters:
categoryIn - The category to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String descriptionIn)
- Parameters:
descriptionIn - The description to set.
getId
public java.lang.Long getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long idIn)
- Parameters:
idIn - The id to set.
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(java.lang.String labelIn)
- Parameters:
labelIn - The label to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String valueIn)
- Parameters:
valueIn - The value to set.