public class PositionFundingBo extends PositionDerived implements PositionFundingContract
Modifier and Type | Field and Description |
---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionFunding,PositionFundingBo> |
toBo |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionFundingBo,PositionFunding> |
toImmutable |
hrPositionId
owner
Constructor and Description |
---|
PositionFundingBo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static PositionFundingBo |
from(PositionFunding im) |
String |
getAccount()
The account associated with the PositionFunding
|
BigDecimal |
getAmount()
The amount to be funded
|
String |
getChart()
The chart associated with the PositionFunding
|
String |
getId() |
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
|
void |
setAccount(String account) |
void |
setAmount(BigDecimal amount) |
void |
setChart(String chart) |
void |
setId(String id) |
void |
setObjectCode(String objectCode) |
void |
setOrg(String org) |
void |
setOrgRefCode(String orgRefCode) |
void |
setPercent(BigDecimal percent) |
void |
setPmPositionFunctionId(String pmPositionFunctionId) |
void |
setPriorityFlag(boolean priorityFlag) |
void |
setSource(String source) |
void |
setSubAccount(String subAccount) |
void |
setSubObjectCode(String subObjectCode) |
static PositionFunding |
to(PositionFundingBo bo) |
getHrPositionId, getOwner, getOwnerId, setHrPositionId, setOwner, setOwnerId
getEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollection
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHrPositionId
getEffectiveLocalDateOfOwner
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionFundingBo,PositionFunding> toImmutable
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionFunding,PositionFundingBo> toBo
public PositionFundingBo()
public String getPmPositionFunctionId()
PositionFundingContract
pmPositionFunctionId of a PositionFunding.
getPmPositionFunctionId
in interface PositionFundingContract
public void setPmPositionFunctionId(String pmPositionFunctionId)
public String getSource()
PositionFundingContract
source of a PositionFunding.
getSource
in interface PositionFundingContract
public String getChart()
PositionFundingContract
chart of a PositionFunding.
getChart
in interface PositionFundingContract
public String getOrg()
PositionFundingContract
org of a PositionFunding.
getOrg
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 void setAccount(String account)
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 void setSubAccount(String subAccount)
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 void setObjectCode(String objectCode)
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 void setSubObjectCode(String subObjectCode)
public String getOrgRefCode()
PositionFundingContract
orgRefCode of a PositionFunding.
getOrgRefCode
in interface PositionFundingContract
public void setOrgRefCode(String orgRefCode)
public BigDecimal getPercent()
PositionFundingContract
percent of a PositionFunding.
getPercent
in interface PositionFundingContract
public void setPercent(BigDecimal percent)
public BigDecimal getAmount()
PositionFundingContract
amount of a PositionFunding.
getAmount
in interface PositionFundingContract
public void setAmount(BigDecimal amount)
public boolean isPriorityFlag()
PositionFundingContract
priorityFlag of a PositionFunding.
isPriorityFlag
in interface PositionFundingContract
public void setPriorityFlag(boolean priorityFlag)
public static PositionFundingBo from(PositionFunding im)
public static PositionFunding to(PositionFundingBo bo)
public String getId()
getId
in class HrBusinessObjectDerived<PositionBo>
public void setId(String id)
setId
in class HrBusinessObjectDerived<PositionBo>
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.