public class AssignmentAccount extends HrBusinessObject implements AssignmentAccountContract
Constructor and Description |
---|
AssignmentAccount() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNbr()
Account component of the chart of accounts to be charged when time recorded against
this work area and task.
|
Account |
getAccountObj()
Account component of the chart of accounts to be charged when time recorded against
this work area and task.
|
Assignment |
getAssignmentObj()
Assignment object this AssignmentAccoutn is associated with
|
String |
getEarnCode()
The earn code for which earnings will be charged to the account identified.
|
EarnCode |
getEarnCodeObj()
The earn code for which earnings will be charged to the account identified.
|
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()
The unique id defined by the object, could be a combination
of multiple fields
|
ObjectCode |
getObjectCodeObj()
Object code component of the chart of accounts to be charged when time recorded against
this work area and task.
|
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()
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.
|
SubAccount |
getSubAccountObj()
Optional - sub-account component of the chart of accounts to be charged when time recorded
against this work area and task.
|
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()
Optional - sub-object component of the chart of accounts to be charged when time recorded
against this work area and task.
|
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() |
void |
setAccountNbr(String accountNbr) |
void |
setAccountObj(Account accountObj) |
void |
setAssignmentObj(Assignment assignmentObj) |
void |
setEarnCode(String earnCode) |
void |
setEarnCodeObj(EarnCode 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) |
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestamp
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp
public AssignmentAccount()
public Assignment getAssignmentObj()
AssignmentAccountContract
assignmentObj of AssignmentAccount
getAssignmentObj
in interface AssignmentAccountContract
public void setAssignmentObj(Assignment 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()
AssignmentAccountContract
accountObj of AssignmentAccount
getAccountObj
in interface AssignmentAccountContract
public void setAccountObj(Account accountObj)
public SubAccount getSubAccountObj()
AssignmentAccountContract
subAccountObj of AssignmentAccount
getSubAccountObj
in interface AssignmentAccountContract
public void setSubAccountObj(SubAccount subAccountObj)
public ObjectCode getObjectCodeObj()
AssignmentAccountContract
objectCodeObj of AssignmentAccount
getObjectCodeObj
in interface AssignmentAccountContract
public void setObjectCodeObj(ObjectCode objectCodeObj)
public SubObjectCode getSubObjectCodeObj()
AssignmentAccountContract
subObjectCodeObj of AssignmentAccount
getSubObjectCodeObj
in interface AssignmentAccountContract
public void setSubObjectCodeObj(SubObjectCode subObjectCodeObj)
public ProjectCode getProjectCodeObj()
AssignmentAccountContract
projectCodeObj of AssignmentAccount
getProjectCodeObj
in interface AssignmentAccountContract
public void setProjectCodeObj(ProjectCode projectCodeObj)
public EarnCode getEarnCodeObj()
AssignmentAccountContract
earnCodeObj of AssignmentAccount
getEarnCodeObj
in interface AssignmentAccountContract
public void setEarnCodeObj(EarnCode earnCodeObj)
public String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.