public class PaymentAccountDetail extends TimestampedBusinessObjectBase
Constructor and Description |
---|
PaymentAccountDetail()
Constructs a PaymentAccountDetail.java.
|
Modifier and Type | Method and Description |
---|---|
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.core.api.util.type.KualiDecimal |
getAccountNetAmount() |
Chart |
getChartOfAccounts()
This method gets the chart of accounts.
|
String |
getFinChartCode() |
String |
getFinObjectCode() |
String |
getFinSubObjectCode() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
ObjectCodeCurrent |
getObjectCode()
This method gets the cuttent object code.
|
String |
getOrgReferenceId() |
PaymentDetail |
getPaymentDetail() |
org.kuali.rice.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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_RICE20_REFACTORME() |
getLastUpdate, getLastUpdateUser, getLastUpdateUserId, prePersist, preUpdate, setLastUpdate, setLastUpdateUserId
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public PaymentAccountDetail()
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.core.api.util.type.KualiInteger getId()
public PaymentDetail getPaymentDetail()
public String getAccountNbr()
public org.kuali.rice.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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.core.api.util.type.KualiInteger getPaymentDetailId()
public void setPaymentDetailId(org.kuali.rice.core.api.util.type.KualiInteger paymentDetailId)
paymentDetailId
- The paymentDetailId to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.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
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.