public class AssignmentAccountBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements AssignmentAccountContract
Modifier and Type | Field and Description |
---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<AssignmentAccount,AssignmentAccountBo> |
toAssignmentAccountBo |
Constructor and Description |
---|
AssignmentAccountBo() |
Modifier and Type | Method and Description |
---|---|
static AssignmentAccountBo |
from(AssignmentAccount im) |
String |
getAccountNbr()
Account component of the chart of accounts to be charged when time recorded against
this work area and task.
|
Account |
getAccountObj() |
AssignmentBo |
getAssignmentObj() |
String |
getEarnCode()
The earn code for which earnings will be charged to the account identified.
|
EarnCodeBo |
getEarnCodeObj() |
String |
getFinCoaCd()
Chart component of the chart of accounts (COA) to be charged when time recorded against this work area and task.
|
String |
getFinObjectCd()
Object code component of the chart of accounts to be charged when time recorded against
this work area and task.
|
String |
getFinSubObjCd()
Optional - sub-object component of the chart of accounts to be charged when time recorded
against this work area and task.
|
String |
getId() |
ObjectCode |
getObjectCodeObj() |
String |
getOrgRefId()
Optional funding attribute, free form entry field
|
BigDecimal |
getPercent()
Percent of earnings recorded against assignment to be paid by the defined account.
|
String |
getProjectCd()
Optional project code component of the chart of accounts to be charged when time recorded
against this work area and task, must be established on the project table.
|
ProjectCode |
getProjectCodeObj() |
SubAccount |
getSubAccountObj() |
String |
getSubAcctNbr()
Optional - sub-account component of the chart of accounts to be charged when time recorded
against this work area and task.
|
SubObjectCode |
getSubObjectCodeObj() |
String |
getTkAssignAcctId()
The Primary Key of an AssignmentAccount entry saved in a database
|
String |
getTkAssignmentId()
Id of the Assignment object associated with this AssignmentAccount
|
String |
getUniqueKey() |
String |
getUserPrincipalId()
The userPrincipalId of when this HrBusinessObject was last created/updated
|
boolean |
isActive() |
void |
setAccountNbr(String accountNbr) |
void |
setAccountObj(Account accountObj) |
void |
setActive(boolean active) |
void |
setAssignmentObj(AssignmentBo assignmentObj) |
void |
setEarnCode(String earnCode) |
void |
setEarnCodeObj(EarnCodeBo earnCodeObj) |
void |
setFinCoaCd(String finCoaCd) |
void |
setFinObjectCd(String finObjectCd) |
void |
setFinSubObjCd(String finSubObjCd) |
void |
setId(String id) |
void |
setObjectCodeObj(ObjectCode objectCodeObj) |
void |
setOrgRefId(String orgRefId) |
void |
setPercent(BigDecimal percent) |
void |
setProjectCd(String projectCd) |
void |
setProjectCodeObj(ProjectCode projectCodeObj) |
void |
setSubAccountObj(SubAccount subAccountObj) |
void |
setSubAcctNbr(String subAcctNbr) |
void |
setSubObjectCodeObj(SubObjectCode subObjectCodeObj) |
void |
setTkAssignAcctId(String tkAssignAcctId) |
void |
setTkAssignmentId(String tkAssignmentId) |
void |
setUserPrincipalId(String userPrincipalId) |
static AssignmentAccount |
to(AssignmentAccountBo bo) |
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
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<AssignmentAccount,AssignmentAccountBo> toAssignmentAccountBo
public AssignmentAccountBo()
public AssignmentBo getAssignmentObj()
public void setAssignmentObj(AssignmentBo assignmentObj)
public String getFinCoaCd()
AssignmentAccountContract
finCoaCd of AssignmentAccount
getFinCoaCd
in interface AssignmentAccountContract
public void setFinCoaCd(String finCoaCd)
public String getAccountNbr()
AssignmentAccountContract
accountNbr of AssignmentAccount
getAccountNbr
in interface AssignmentAccountContract
public void setAccountNbr(String accountNbr)
public String getSubAcctNbr()
AssignmentAccountContract
subAccountNbr of AssignmentAccount
getSubAcctNbr
in interface AssignmentAccountContract
public void setSubAcctNbr(String subAcctNbr)
public String getFinObjectCd()
AssignmentAccountContract
finObjectCd of AssignmentAccount
getFinObjectCd
in interface AssignmentAccountContract
public void setFinObjectCd(String finObjectCd)
public String getFinSubObjCd()
AssignmentAccountContract
finSubObjCd of AssignmentAccount
getFinSubObjCd
in interface AssignmentAccountContract
public void setFinSubObjCd(String finSubObjCd)
public String getProjectCd()
AssignmentAccountContract
projectCd of AssignmentAccount
getProjectCd
in interface AssignmentAccountContract
public void setProjectCd(String projectCd)
public String getOrgRefId()
AssignmentAccountContract
orgRefId of AssignmentAccount
getOrgRefId
in interface AssignmentAccountContract
public void setOrgRefId(String orgRefId)
public BigDecimal getPercent()
AssignmentAccountContract
percent of AssignmentAccount
getPercent
in interface AssignmentAccountContract
public void setPercent(BigDecimal percent)
public String getTkAssignAcctId()
AssignmentAccountContract
tkAssignAcctId of AssignmentAccount
getTkAssignAcctId
in interface AssignmentAccountContract
public void setTkAssignAcctId(String tkAssignAcctId)
public String getTkAssignmentId()
AssignmentAccountContract
tkAssignmentId of AssignmentAccount
getTkAssignmentId
in interface AssignmentAccountContract
public void setTkAssignmentId(String tkAssignmentId)
public String getEarnCode()
AssignmentAccountContract
earnCode of AssignmentAccount
getEarnCode
in interface AssignmentAccountContract
public void setEarnCode(String earnCode)
public Account getAccountObj()
public void setAccountObj(Account accountObj)
public SubAccount getSubAccountObj()
public void setSubAccountObj(SubAccount subAccountObj)
public ObjectCode getObjectCodeObj()
public void setObjectCodeObj(ObjectCode objectCodeObj)
public SubObjectCode getSubObjectCodeObj()
public void setSubObjectCodeObj(SubObjectCode subObjectCodeObj)
public ProjectCode getProjectCodeObj()
public void setProjectCodeObj(ProjectCode projectCodeObj)
public EarnCodeBo getEarnCodeObj()
public void setEarnCodeObj(EarnCodeBo earnCodeObj)
public String getUniqueKey()
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public String getUserPrincipalId()
UserModified
userPrincipalId of HrBusinessObject
getUserPrincipalId
in interface UserModified
public void setUserPrincipalId(String userPrincipalId)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
public static AssignmentAccountBo from(AssignmentAccount im)
public static AssignmentAccount to(AssignmentAccountBo bo)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.