|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.Balance
org.kuali.kfs.module.ld.businessobject.LedgerBalance
public class LedgerBalance
Labor business object for LedgerBalance.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
LedgerBalance()
Default constructor. |
|
LedgerBalance(LaborBalanceHistory ledgerBalanceHistory)
Constructs a LedgerBalance.java. |
|
LedgerBalance(LaborTransaction transaction)
Constructs a LedgerBalance.java. |
Method Summary | |
---|---|
void |
addAmount(String period,
org.kuali.rice.kns.util.KualiDecimal amount)
Adds amounts in a period. |
org.kuali.rice.kns.util.KualiDecimal |
getAmountByPeriod(String periodCode)
get the amount in the given period. |
String |
getBalanceTypeCode()
Gets the getFinancialBalanceTypeCode |
Chart |
getChart()
Gets the getChartOfAccounts |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts |
String |
getEmplid()
Gets the emplid |
String |
getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode |
org.kuali.rice.kns.util.KualiDecimal |
getFinancialBeginningBalanceLineAmount()
Gets the financialBeginningBalanceLineAmount |
String |
getFinancialObjectCode()
Gets the financialObjectCode |
ObjectType |
getFinancialObjectType()
Gets the financialObjectType |
String |
getFinancialObjectTypeCode()
Gets the financialObjectTypeCode |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode |
LaborLedgerObject |
getLaborLedgerObject()
Gets the laborLedgerObject attribute. |
LaborObject |
getLaborObject()
Gets the laborObject attribute. |
org.kuali.rice.kim.bo.Person |
getLedgerPerson()
Gets the Person |
String |
getPositionNumber()
Gets the positionNumber |
static List<String> |
getPrimaryKeyList()
construct the primary key list of the business object |
Timestamp |
getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp |
void |
setBalanceTypeCode(String balanceTypeCode)
Sets the setFinancialBalanceTypeCode |
void |
setChart(Chart chart)
Sets the setChartOfAccounts |
void |
setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts |
void |
setEmplid(String emplid)
Sets the emplid |
void |
setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Sets the financialBalanceTypeCode |
void |
setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
Sets the financialBeginningBalanceLineAmount |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode |
void |
setFinancialObjectType(ObjectType financialObjectType)
Sets the financialObjectType |
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode |
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode |
void |
setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
Deprecated. |
void |
setLaborObject(LaborObject laborObject)
Deprecated. |
void |
setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
Sets the ledgerPerson |
void |
setPositionNumber(String positionNumber)
Sets the positionNumber |
void |
setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
Sets the transactionDateTimeStamp |
protected LinkedHashMap |
toStringMapper()
|
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public LedgerBalance()
public LedgerBalance(LaborTransaction transaction)
transaction
- public LedgerBalance(LaborBalanceHistory ledgerBalanceHistory)
transaction
- Method Detail |
---|
public String getEmplid()
getEmplid
in interface LaborLedgerBalance
public void setEmplid(String emplid)
setEmplid
in interface LaborLedgerBalance
emplid
- The emplid to set.public String getFinancialBalanceTypeCode()
getFinancialBalanceTypeCode
in interface LaborLedgerBalance
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
setFinancialBalanceTypeCode
in interface LaborLedgerBalance
financialBalanceTypeCode
- The financialBalanceTypeCode to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialBeginningBalanceLineAmount()
getFinancialBeginningBalanceLineAmount
in interface LaborLedgerBalance
public void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiDecimal financialBeginningBalanceLineAmount)
setFinancialBeginningBalanceLineAmount
in interface LaborLedgerBalance
financialBeginningBalanceLineAmount
- The financialBeginningBalanceLineAmount to set.public String getFinancialObjectCode()
getFinancialObjectCode
in interface LaborLedgerBalance
public void setFinancialObjectCode(String financialObjectCode)
setFinancialObjectCode
in interface LaborLedgerBalance
financialObjectCode
- The financialObjectCode to set.public String getFinancialObjectTypeCode()
getFinancialObjectTypeCode
in interface LaborLedgerBalance
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
setFinancialObjectTypeCode
in interface LaborLedgerBalance
financialObjectTypeCode
- The financialObjectTypeCode to set.public String getFinancialSubObjectCode()
getFinancialSubObjectCode
in interface LaborLedgerBalance
public void setFinancialSubObjectCode(String financialSubObjectCode)
setFinancialSubObjectCode
in interface LaborLedgerBalance
financialSubObjectCode
- The financialSubObjectCode to set.public String getPositionNumber()
getPositionNumber
in interface LaborLedgerBalance
public void setPositionNumber(String positionNumber)
setPositionNumber
in interface LaborLedgerBalance
positionNumber
- The positionNumber to set.public Timestamp getTransactionDateTimeStamp()
getTransactionDateTimeStamp
in interface LaborLedgerBalance
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
setTransactionDateTimeStamp
in interface LaborLedgerBalance
transactionDateTimeStamp
- The transactionDateTimeStamp to set.public String getBalanceTypeCode()
getBalanceTypeCode
in class Balance
Balance.getBalanceTypeCode()
public void setBalanceTypeCode(String balanceTypeCode)
setBalanceTypeCode
in class Balance
balanceTypeCode
- Balance.setBalanceTypeCode(java.lang.String)
public Chart getChart()
getChart
in class Balance
Balance.getChart()
public void setChart(Chart chart)
setChart
in class Balance
chart
- Balance.setChart(org.kuali.kfs.coa.businessobject.Chart)
public Chart getChartOfAccounts()
getChartOfAccounts
in interface LaborLedgerBalance
public void setChartOfAccounts(Chart chartOfAccounts)
setChartOfAccounts
in interface LaborLedgerBalance
chartOfAccounts
- The chartOfAccounts to set.public ObjectType getFinancialObjectType()
getFinancialObjectType
in interface LaborLedgerBalance
public void setFinancialObjectType(ObjectType financialObjectType)
setFinancialObjectType
in interface LaborLedgerBalance
financialObjectType
- The financialObjectType to set.public void addAmount(String period, org.kuali.rice.kns.util.KualiDecimal amount)
addAmount
in interface LaborLedgerBalance
addAmount
in class Balance
period,
- amountBalance.addAmount(java.lang.String, org.kuali.rice.kns.util.KualiDecimal)
public org.kuali.rice.kns.util.KualiDecimal getAmountByPeriod(String periodCode)
getAmountByPeriod
in interface LaborLedgerBalance
periodCode
- the given period codepublic LaborLedgerObject getLaborLedgerObject()
LaborLedgerBalance
getLaborLedgerObject
in interface LaborLedgerBalance
org.kuali.module.effort.bo.LaborLedgerEntry#getLaborLedgerObject()
@Deprecated public void setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
LaborLedgerBalance
setLaborLedgerObject
in interface LaborLedgerBalance
org.kuali.module.effort.bo.LaborLedgerEntry#setLaborLedgerObject(org.kuali.kfs.bo.LaborLedgerObject)
public LaborObject getLaborObject()
@Deprecated public void setLaborObject(LaborObject laborObject)
laborObject
- The laborObject to set.public org.kuali.rice.kim.bo.Person getLedgerPerson()
getLedgerPerson
in interface LaborLedgerBalance
public void setLedgerPerson(org.kuali.rice.kim.bo.Person ledgerPerson)
setLedgerPerson
in interface LaborLedgerBalance
ledgerPerson
- The ledgerPerson to set.public static List<String> getPrimaryKeyList()
protected LinkedHashMap toStringMapper()
toStringMapper
in class Balance
Balance.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |