public class TravelPerDiem extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FiscalYearBasedBusinessObject
Modifier and Type | Field and Description |
---|---|
protected SystemOptions |
fiscalYear |
protected String |
perDiemCountryName |
protected String |
perDiemCountryText |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
perDiemRate |
protected Integer |
universityFiscalYear |
Constructor and Description |
---|
TravelPerDiem()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
SystemOptions |
getFiscalYear()
Gets the fiscalYear attribute.
|
String |
getPerDiemCountryName() |
String |
getPerDiemCountryText() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getPerDiemRate() |
Integer |
getUniversityFiscalYear() |
void |
setFiscalYear(SystemOptions fiscalYear)
Sets the fiscalYear attribute value.
|
void |
setPerDiemCountryName(String perDiemCountryName) |
void |
setPerDiemCountryText(String perDiemCountryText) |
void |
setPerDiemRate(org.kuali.rice.core.api.util.type.KualiDecimal perDiemRate) |
void |
setUniversityFiscalYear(Integer fiscalYear) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected Integer universityFiscalYear
protected String perDiemCountryName
protected org.kuali.rice.core.api.util.type.KualiDecimal perDiemRate
protected String perDiemCountryText
protected transient SystemOptions fiscalYear
public TravelPerDiem()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
public void setUniversityFiscalYear(Integer fiscalYear)
setUniversityFiscalYear
in interface FiscalYearBasedBusinessObject
fiscalYear
- The fiscalYear to set.public String getPerDiemCountryName()
public void setPerDiemCountryName(String perDiemCountryName)
perDiemCountryName
- The perDiemCountryName to set.public String getPerDiemCountryText()
public void setPerDiemCountryText(String perDiemCountryText)
perDiemCountryText
- The perDiemCountryText to set.public org.kuali.rice.core.api.util.type.KualiDecimal getPerDiemRate()
public void setPerDiemRate(org.kuali.rice.core.api.util.type.KualiDecimal perDiemRate)
perDiemRate
- The perDiemRate to set.public SystemOptions getFiscalYear()
public void setFiscalYear(SystemOptions fiscalYear)
fiscalYear
- The fiscalYear to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.