public class TravelMileageRate extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
TravelMileageRate()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDisbursementVoucherMileageEffectiveDate() |
Integer |
getMileageLimitAmount()
Gets the mileageLimitAmount attribute.
|
BigDecimal |
getMileageRate()
Gets the mileageRate attribute.
|
void |
setDisbursementVoucherMileageEffectiveDate(Date disbursementVoucherMileageEffectiveDate) |
void |
setMileageLimitAmount(Integer mileageLimitAmount)
Sets the mileageLimitAmount attribute.
|
void |
setMileageRate(BigDecimal mileageRate)
Sets the mileageRate attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public TravelMileageRate()
public Integer getMileageLimitAmount()
public void setMileageLimitAmount(Integer mileageLimitAmount)
mileageLimitAmount
- The disbVchrMileageLimitAmount to set.public BigDecimal getMileageRate()
public void setMileageRate(BigDecimal mileageRate)
mileageRate
- The mileageRate to set.public Date getDisbursementVoucherMileageEffectiveDate()
public void setDisbursementVoucherMileageEffectiveDate(Date disbursementVoucherMileageEffectiveDate)
disbursementVoucherMileageEffectiveDate
- The disbursementVoucherMileageEffectiveDate to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.