|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase
org.kuali.kfs.pdp.businessobject.PaymentAccountDetail
public class PaymentAccountDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
PaymentAccountDetail()
Constructs a PaymentAccountDetail.java. |
Method Summary | |
---|---|
void |
addAccountHistory(PaymentAccountHistory pah)
This method add a new PaymentAccountHistory. |
void |
deleteAccountDetail(PaymentAccountHistory pah)
This method deletes a PaymentAccountHistory. |
Account |
getAccount()
This method gets the account. |
List<PaymentAccountHistory> |
getAccountHistory()
This method gets the accountHistory list. |
String |
getAccountNbr()
|
org.kuali.rice.kns.util.KualiDecimal |
getAccountNetAmount()
|
Chart |
getChartOfAccounts()
This method gets the chart of accounts. |
String |
getFinChartCode()
|
String |
getFinObjectCode()
|
String |
getFinSubObjectCode()
|
org.kuali.rice.kns.util.KualiInteger |
getId()
|
ObjectCodeCurrent |
getObjectCode()
This method gets the cuttent object code. |
String |
getOrgReferenceId()
|
PaymentDetail |
getPaymentDetail()
|
org.kuali.rice.kns.util.KualiInteger |
getPaymentDetailId()
Gets the paymentDetailId attribute. |
ProjectCode |
getProject()
This method gets the project. |
String |
getProjectCode()
|
SubAccount |
getSubAccount()
This method gets the subAccount. |
String |
getSubAccountNbr()
|
void |
setAccount(Account account)
This method sets the account. |
void |
setAccountHistory(List<PaymentAccountHistory> ah)
This method sets the accountHistory list |
void |
setAccountNbr(String string)
|
void |
setAccountNetAmount(org.kuali.rice.kns.util.KualiDecimal bigdecimal)
|
void |
setAccountNetAmount(String bigdecimal)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
This method sets the chart of accounts. |
void |
setFinChartCode(String string)
|
void |
setFinObjectCode(String string)
|
void |
setFinSubObjectCode(String string)
|
void |
setId(org.kuali.rice.kns.util.KualiInteger integer)
|
void |
setObjectCode(ObjectCodeCurrent objectCode)
This method sets the cuttent object code. |
void |
setOrgReferenceId(String string)
|
void |
setPaymentDetail(PaymentDetail pd)
|
void |
setPaymentDetailId(org.kuali.rice.kns.util.KualiInteger paymentDetailId)
Sets the paymentDetailId attribute value. |
void |
setProject(ProjectCode project)
This method sets the project. |
void |
setProjectCode(String string)
|
void |
setSubAccount(SubAccount subAccount)
This method sets the subAccount. |
void |
setSubAccountNbr(String string)
|
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase |
---|
beforeInsert, beforeUpdate, getLastUpdate, getLastUpdateUser, getLastUpdateUserId, setLastUpdate, setLastUpdateUserId |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public PaymentAccountDetail()
Method Detail |
---|
public List<PaymentAccountHistory> getAccountHistory()
public void setAccountHistory(List<PaymentAccountHistory> ah)
ah
- public void addAccountHistory(PaymentAccountHistory pah)
pah
- public void deleteAccountDetail(PaymentAccountHistory pah)
pah
- public org.kuali.rice.kns.util.KualiInteger getId()
public PaymentDetail getPaymentDetail()
public String getAccountNbr()
public org.kuali.rice.kns.util.KualiDecimal getAccountNetAmount()
public String getFinChartCode()
public String getFinObjectCode()
public String getFinSubObjectCode()
public String getOrgReferenceId()
public String getProjectCode()
public String getSubAccountNbr()
public void setAccountNbr(String string)
string
- public void setAccountNetAmount(org.kuali.rice.kns.util.KualiDecimal bigdecimal)
string
- public void setAccountNetAmount(String bigdecimal)
public void setPaymentDetail(PaymentDetail pd)
integer
- public void setFinChartCode(String string)
string
- public void setFinObjectCode(String string)
string
- public void setFinSubObjectCode(String string)
string
- public void setId(org.kuali.rice.kns.util.KualiInteger integer)
integer
- public void setOrgReferenceId(String string)
string
- public void setProjectCode(String string)
string
- public void setSubAccountNbr(String string)
string
- public org.kuali.rice.kns.util.KualiInteger getPaymentDetailId()
public void setPaymentDetailId(org.kuali.rice.kns.util.KualiInteger paymentDetailId)
paymentDetailId
- The paymentDetailId to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Account getAccount()
public void setAccount(Account account)
account
- public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- public ProjectCode getProject()
public void setProject(ProjectCode project)
project
- public ObjectCodeCurrent getObjectCode()
public void setObjectCode(ObjectCodeCurrent objectCode)
objectCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |