com.redhat.rhn.domain.org
Class TemplateCategory
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.org.TemplateCategory
public class TemplateCategory
- extends BaseDomainHelper
TemplateCategory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateCategory
public TemplateCategory()
getId
public java.lang.Long getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long idIn)
- Parameters:
idIn - The id 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.
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(java.lang.String labelIn)
- Parameters:
labelIn - The label to set.