public final class PositionFunding extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements PositionFundingContract
Modifier and Type | Class and Description |
---|---|
static class |
PositionFunding.Builder
A builder which can be used to construct
PositionFunding instances. |
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
|
org.joda.time.LocalDate |
getEffectiveLocalDateOfOwner() |
String |
getHrPositionId() |
String |
getObjectCode()
The object code associated with the PositionFunding
|
String |
getObjectId() |
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
|
Long |
getVersionNumber() |
boolean |
isPriorityFlag()
The flag used to indicate account priority
|
public String getSubObjectCode()
PositionFundingContract
The sub-object component of the chart of accounts to be charged when time recorded against this work area and task.
getSubObjectCode
in interface PositionFundingContract
public String getPmPositionFunctionId()
PositionFundingContract
pmPositionFunctionId of a PositionFunding.
getPmPositionFunctionId
in interface PositionFundingContract
public boolean isPriorityFlag()
PositionFundingContract
priorityFlag of a PositionFunding.
isPriorityFlag
in interface PositionFundingContract
public String getObjectCode()
PositionFundingContract
The Object code component of the chart of accounts to be charged when time recorded against this work area and task.
getObjectCode
in interface PositionFundingContract
public String getOrgRefCode()
PositionFundingContract
orgRefCode of a PositionFunding.
getOrgRefCode
in interface PositionFundingContract
public String getAccount()
PositionFundingContract
The account component of the chart of accounts to be charged when time recorded against this work area and task
getAccount
in interface PositionFundingContract
public String getSubAccount()
PositionFundingContract
The sub-account component of the chart of accounts to be charged when time recorded against this work area and task
getSubAccount
in interface PositionFundingContract
public String getOrg()
PositionFundingContract
org of a PositionFunding.
getOrg
in interface PositionFundingContract
public BigDecimal getAmount()
PositionFundingContract
amount of a PositionFunding.
getAmount
in interface PositionFundingContract
public String getChart()
PositionFundingContract
chart of a PositionFunding.
getChart
in interface PositionFundingContract
public String getSource()
PositionFundingContract
source of a PositionFunding.
getSource
in interface PositionFundingContract
public BigDecimal getPercent()
PositionFundingContract
percent of a PositionFunding.
getPercent
in interface PositionFundingContract
public String getHrPositionId()
getHrPositionId
in interface PositionDerivedContract
public org.joda.time.LocalDate getEffectiveLocalDateOfOwner()
getEffectiveLocalDateOfOwner
in interface KpmeEffectiveDerivedDataTransferObject
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getObjectId()
getObjectId
in interface org.kuali.rice.core.api.mo.common.GloballyUnique
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.