|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.core.bo.HrBusinessObject
org.kuali.kpme.pm.position.funding.PositionFunding
public class PositionFunding
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
PositionFunding()
|
|
| 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 |
getId()
The unique id defined by the object, could be a combination of multiple fields |
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 |
protected String |
getUniqueKey()
|
boolean |
isPriorityFlag()
The flag used to indicate account priority |
void |
setAccount(String account)
|
void |
setAmount(BigDecimal amount)
|
void |
setChart(String chart)
|
void |
setHrPositionId(String hrPositionId)
|
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)
|
| Methods inherited from class org.kuali.kpme.core.bo.HrBusinessObject |
|---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestamp |
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
|---|
getEffectiveDate, getEffectiveLocalDate, 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 |
| Constructor Detail |
|---|
public PositionFunding()
| Method Detail |
|---|
public String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectprotected String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getPmPositionFunctionId()
PositionFundingContractpmPositionFunctionId of a PositionFunding.
getPmPositionFunctionId in interface PositionFundingContractpublic void setPmPositionFunctionId(String pmPositionFunctionId)
public String getHrPositionId()
PositionFundingContracthrPositionId of a PositionFunding.
getHrPositionId in interface PositionFundingContractpublic void setHrPositionId(String hrPositionId)
public String getSource()
PositionFundingContractsource of a PositionFunding.
getSource in interface PositionFundingContractpublic void setSource(String source)
public String getChart()
PositionFundingContractchart of a PositionFunding.
getChart in interface PositionFundingContractpublic void setChart(String chart)
public String getOrg()
PositionFundingContractorg of a PositionFunding.
getOrg in interface PositionFundingContractpublic void setOrg(String org)
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||