org.kuali.kfs.integration.ld
Interface LaborLedgerBalanceForEffortCertification

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, LaborLedgerBalance, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Implementing Classes:
LedgerBalanceForEffortCertification

public interface LaborLedgerBalanceForEffortCertification
extends LaborLedgerBalance


Method Summary
 String getEffortCertificationReportNumber()
          Gets the effortCertificationReportNumber attribute.
 void setEffortCertificationReportNumber(String effortCertificationReportNumber)
          Sets the effortCertificationReportNumber attribute value.
 
Methods inherited from interface org.kuali.kfs.integration.ld.LaborLedgerBalance
addAmount, getAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getAmountByPeriod, getBalanceType, getBeginningBalanceLineAmount, getChartOfAccounts, getChartOfAccountsCode, getContractsGrantsBeginningBalanceAmount, getEmplid, getFinancialBalanceTypeCode, getFinancialBeginningBalanceLineAmount, getFinancialObject, getFinancialObjectCode, getFinancialObjectType, getFinancialObjectTypeCode, getFinancialSubObject, getFinancialSubObjectCode, getLaborLedgerObject, getLedgerPerson, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectType, getOption, getPositionNumber, getSubAccount, getSubAccountNumber, getTimestamp, getTransactionDateTimeStamp, getUniversityFiscalYear, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBeginningBalanceLineAmount, setChartOfAccounts, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setEmplid, setFinancialBalanceTypeCode, setFinancialBeginningBalanceLineAmount, setFinancialObject, setFinancialObjectCode, setFinancialObjectType, setFinancialObjectTypeCode, setFinancialSubObject, setFinancialSubObjectCode, setLaborLedgerObject, setLedgerPerson, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectType, setOption, setPositionNumber, setSubAccount, setSubAccountNumber, setTimestamp, setTransactionDateTimeStamp, setUniversityFiscalYear
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getEffortCertificationReportNumber

String getEffortCertificationReportNumber()
Gets the effortCertificationReportNumber attribute.

Returns:
Returns the effortCertificationReportNumber.

setEffortCertificationReportNumber

void setEffortCertificationReportNumber(String effortCertificationReportNumber)
Sets the effortCertificationReportNumber attribute value.

Parameters:
effortCertificationReportNumber - The effortCertificationReportNumber to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.