org.kuali.kfs.coa.businessobject
Class IndirectCostRecoveryRateDetail
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.coa.businessobject.IndirectCostRecoveryRateDetail
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject
public class IndirectCostRecoveryRateDetail
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.Inactivateable
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
IndirectCostRecoveryRateDetail
public IndirectCostRecoveryRateDetail()
- Default no-arg constructor.
getAccountNumber
public String getAccountNumber()
setAccountNumber
public void setAccountNumber(String accountNumber)
getAwardIndrCostRcvyEntryNbr
public Integer getAwardIndrCostRcvyEntryNbr()
setAwardIndrCostRcvyEntryNbr
public void setAwardIndrCostRcvyEntryNbr(Integer awardIndrCostRcvyEntryNbr)
getAwardIndrCostRcvyRatePct
public BigDecimal getAwardIndrCostRcvyRatePct()
setAwardIndrCostRcvyRatePct
public void setAwardIndrCostRcvyRatePct(BigDecimal awardIndrCostRcvyRatePct)
getChartOfAccountsCode
public String getChartOfAccountsCode()
setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)
getFinancialIcrSeriesIdentifier
public String getFinancialIcrSeriesIdentifier()
setFinancialIcrSeriesIdentifier
public void setFinancialIcrSeriesIdentifier(String financialIcrSeriesIdentifier)
getFinancialObjectCode
public String getFinancialObjectCode()
setFinancialObjectCode
public void setFinancialObjectCode(String financialObjectCode)
getFinancialSubObjectCode
public String getFinancialSubObjectCode()
setFinancialSubObjectCode
public void setFinancialSubObjectCode(String financialSubObjectCode)
getSubAccountNumber
public String getSubAccountNumber()
setSubAccountNumber
public void setSubAccountNumber(String subAccountNumber)
getTransactionDebitIndicator
public String getTransactionDebitIndicator()
setTransactionDebitIndicator
public void setTransactionDebitIndicator(String transactionDebitIndicator)
getUniversityFiscal
public SystemOptions getUniversityFiscal()
setUniversityFiscal
public void setUniversityFiscal(SystemOptions universityFiscal)
getUniversityFiscalYear
public Integer getUniversityFiscalYear()
setUniversityFiscalYear
public void setUniversityFiscalYear(Integer universityFiscalYear)
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
isActive
public boolean isActive()
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
setActive
public void setActive(boolean active)
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
getIndirectCostRecoveryRate
public IndirectCostRecoveryRate getIndirectCostRecoveryRate()
setIndirectCostRecoveryRate
public void setIndirectCostRecoveryRate(IndirectCostRecoveryRate indirectCostRecoveryRate)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.