|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionFundingContract
PositionFundingContract interface
Method Summary | |
---|---|
String |
getAccount()
The account associated with the PositionFunding |
BigDecimal |
getAmount()
The amount to be funded |
String |
getChart()
The chart associated with the PositionFunding |
String |
getHrPositionId()
The HR position id associated with the PositionFunding |
String |
getObjectCode()
The object code associated with the PositionFunding |
String |
getOrg()
The organization associated with the PositionFunding |
String |
getOrgRefCode()
The organization reference code associated with the PositionFunding |
BigDecimal |
getPercent()
The Percentage that the account will be used to fund the position |
String |
getPmPositionFunctionId()
The primary key for a PositionFunding entry saved in the database |
String |
getSource()
The source associated with the PositionFunding |
String |
getSubAccount()
The subAccount associated with the PositionFunding |
String |
getSubObjectCode()
The subObjectCode associated with the PositionFunding |
boolean |
isPriorityFlag()
The flag used to indicate account priority |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Method Detail |
---|
String getPmPositionFunctionId()
pmPositionFunctionId of a PositionFunding.
String getHrPositionId()
hrPositionId of a PositionFunding.
String getSource()
source of a PositionFunding.
String getChart()
chart of a PositionFunding.
String getOrg()
org of a PositionFunding.
String getAccount()
The account component of the chart of accounts to be charged when time recorded against this work area and task
String getSubAccount()
The sub-account component of the chart of accounts to be charged when time recorded against this work area and task
String getObjectCode()
The Object code component of the chart of accounts to be charged when time recorded against this work area and task.
String getSubObjectCode()
The sub-object component of the chart of accounts to be charged when time recorded against this work area and task.
String getOrgRefCode()
orgRefCode of a PositionFunding.
BigDecimal getPercent()
percent of a PositionFunding.
BigDecimal getAmount()
amount of a PositionFunding.
boolean isPriorityFlag()
priorityFlag of a PositionFunding.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |