com.redhat.rhn.domain.common
Class ProvisionState
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.common.ProvisionState
public class ProvisionState
- extends BaseDomainHelper
ProvisionState
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvisionState
public ProvisionState()
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String d)
- Parameters:
d - The description to set.
getId
public java.lang.Long getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long i)
- Parameters:
i - The id to set.
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(java.lang.String l)
- Parameters:
l - The label to set.