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 |
hrPositionIdowner| 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, setOwnerIdgetEffectiveDateOfOwner, 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, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHrPositionIdgetEffectiveLocalDateOfOwnerpublic 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()
PositionFundingContractpmPositionFunctionId of a PositionFunding.
getPmPositionFunctionId in interface PositionFundingContractpublic void setPmPositionFunctionId(String pmPositionFunctionId)
public String getSource()
PositionFundingContractsource of a PositionFunding.
getSource in interface PositionFundingContractpublic String getChart()
PositionFundingContractchart of a PositionFunding.
getChart in interface PositionFundingContractpublic String getOrg()
PositionFundingContractorg of a PositionFunding.
getOrg in interface PositionFundingContractpublic String getAccount()
PositionFundingContractThe account component of the chart of accounts to be charged when time recorded against this work area and task
getAccount in interface PositionFundingContractpublic void setAccount(String account)
public String getSubAccount()
PositionFundingContractThe sub-account component of the chart of accounts to be charged when time recorded against this work area and task
getSubAccount in interface PositionFundingContractpublic void setSubAccount(String subAccount)
public String getObjectCode()
PositionFundingContractThe Object code component of the chart of accounts to be charged when time recorded against this work area and task.
getObjectCode in interface PositionFundingContractpublic void setObjectCode(String objectCode)
public String getSubObjectCode()
PositionFundingContractThe sub-object component of the chart of accounts to be charged when time recorded against this work area and task.
getSubObjectCode in interface PositionFundingContractpublic void setSubObjectCode(String subObjectCode)
public String getOrgRefCode()
PositionFundingContractorgRefCode of a PositionFunding.
getOrgRefCode in interface PositionFundingContractpublic void setOrgRefCode(String orgRefCode)
public BigDecimal getPercent()
PositionFundingContractpercent of a PositionFunding.
getPercent in interface PositionFundingContractpublic void setPercent(BigDecimal percent)
public BigDecimal getAmount()
PositionFundingContractamount of a PositionFunding.
getAmount in interface PositionFundingContractpublic void setAmount(BigDecimal amount)
public boolean isPriorityFlag()
PositionFundingContractpriorityFlag of a PositionFunding.
isPriorityFlag in interface PositionFundingContractpublic 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.