public class ValidRates extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
ValidRates()
Constructs a ValidRates.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdjustmentKey()
This method...
|
String |
getIcrRateCode() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getOffCampusRate()
This method...
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getOnCampusRate()
This method...
|
String |
getRateClassType()
This method...
|
Integer |
getValidRatesId()
This method...
|
int |
hashCode() |
void |
setAdjustmentKey(String adjustmentKey)
This method...
|
void |
setIcrRateCode(String icrRateCode) |
void |
setOffCampusRate(org.kuali.rice.core.api.util.type.KualiDecimal offCampusRate)
This method...
|
void |
setOnCampusRate(org.kuali.rice.core.api.util.type.KualiDecimal onCampusRate)
This method...
|
void |
setRateClassType(String rateClassType)
This method...
|
void |
setValidRatesId(Integer validRatesId)
This method...
|
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 Integer getValidRatesId()
public String getIcrRateCode()
public void setIcrRateCode(String icrRateCode)
public void setValidRatesId(Integer validRatesId)
validRatesId - public org.kuali.rice.core.api.util.type.KualiDecimal getOnCampusRate()
public void setOnCampusRate(org.kuali.rice.core.api.util.type.KualiDecimal onCampusRate)
onCampusRate - public org.kuali.rice.core.api.util.type.KualiDecimal getOffCampusRate()
public void setOffCampusRate(org.kuali.rice.core.api.util.type.KualiDecimal offCampusRate)
offCampusRate - public String getRateClassType()
public void setRateClassType(String rateClassType)
rateClassType - public String getAdjustmentKey()
public void setAdjustmentKey(String adjustmentKey)
adjustmentKey - public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.