public interface PositionFundingContract extends PositionDerivedContract
PositionFundingContract interface
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
The account associated with the PositionFunding
|
BigDecimal |
getAmount()
The amount to be funded
|
String |
getChart()
The chart 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
|
getHrPositionId
getEffectiveLocalDateOfOwner
String getPmPositionFunctionId()
pmPositionFunctionId 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.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.