public class ValidCeRateType extends KraPersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ValidCeRateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostElement() |
CostElement |
getCostElementBo() |
RateClass |
getRateClass()
Gets the rateClass attribute.
|
String |
getRateClassCode() |
String |
getRateClassType() |
RateType |
getRateType() |
String |
getRateTypeCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCostElement(String costElement) |
void |
setCostElementBo(CostElement costElementBo) |
void |
setRateClass(RateClass rateClass)
Sets the rateClass attribute value.
|
void |
setRateClassCode(String rateClassCode) |
void |
setRateType(RateType rateType) |
void |
setRateTypeCode(String rateTypeCode) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic RateClass getRateClass()
public void setRateClass(RateClass rateClass)
rateClass - The rateClass to set.public String getCostElement()
public void setCostElement(String costElement)
public String getRateClassCode()
public void setRateClassCode(String rateClassCode)
public String getRateTypeCode()
public void setRateTypeCode(String rateTypeCode)
public RateType getRateType()
public void setRateType(RateType rateType)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic String getRateClassType()
public CostElement getCostElementBo()
public void setCostElementBo(CostElement costElementBo)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.