com.redhat.rhn.domain.org
Class TemplateString

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

public class TemplateString
extends BaseDomainHelper

TemplateString


Constructor Summary
TemplateString()
           
 
Method Summary
 TemplateCategory getCategory()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getLabel()
           
 java.lang.String getValue()
           
 void setCategory(TemplateCategory categoryIn)
           
 void setDescription(java.lang.String descriptionIn)
           
 void setId(java.lang.Long idIn)
           
 void setLabel(java.lang.String labelIn)
           
 void setValue(java.lang.String valueIn)
           
 
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

TemplateString

public TemplateString()
Method Detail

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.