com.redhat.rhn.domain.org
Class TemplateCategory

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.org.TemplateCategory

public class TemplateCategory
extends BaseDomainHelper

TemplateCategory


Constructor Summary
TemplateCategory()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getLabel()
           
 void setDescription(java.lang.String descriptionIn)
           
 void setId(java.lang.Long idIn)
           
 void setLabel(java.lang.String labelIn)
           
 
Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper
getCreated, getModified, setCreated, setModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateCategory

public TemplateCategory()
Method Detail

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.