public class PaymentAccountHistory extends TimestampedBusinessObjectBase
| Constructor and Description |
|---|
PaymentAccountHistory() |
| Modifier and Type | Method and Description |
|---|---|
AccountingChangeCode |
getAccountingChange() |
String |
getAccountingChangeCode()
This method gets the accountingChangeCode
|
String |
getAcctAttributeName() |
String |
getAcctAttributeNewValue() |
String |
getAcctAttributeOrigValue() |
Timestamp |
getAcctChangeDate() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
PaymentAccountDetail |
getPaymentAccountDetail() |
void |
setAccountingChange(AccountingChangeCode ac) |
void |
setAccountingChangeCode(String accountingChangeCode)
This method sets the accountingChangeCode
|
void |
setAcctAttributeName(String string) |
void |
setAcctAttributeNewValue(String string) |
void |
setAcctAttributeOrigValue(String string) |
void |
setAcctChangeDate(Timestamp timestamp) |
void |
setId(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setPaymentAccountDetail(PaymentAccountDetail pad) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
getLastUpdate, getLastUpdateUser, getLastUpdateUserId, prePersist, preUpdate, setLastUpdate, setLastUpdateUserIdafterDelete, 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, setVersionNumberpublic PaymentAccountHistory()
public PaymentAccountDetail getPaymentAccountDetail()
public void setPaymentAccountDetail(PaymentAccountDetail pad)
accountDetailId - The accountDetailId to set.public org.kuali.rice.core.api.util.type.KualiInteger getId()
public String getAcctAttributeName()
public String getAcctAttributeNewValue()
public String getAcctAttributeOrigValue()
public AccountingChangeCode getAccountingChange()
public Timestamp getAcctChangeDate()
public void setAcctAttributeName(String string)
string - public void setAcctAttributeNewValue(String string)
string - public void setAcctAttributeOrigValue(String string)
string - public void setAccountingChange(AccountingChangeCode ac)
string - public void setAcctChangeDate(Timestamp timestamp)
timestamp - public void setId(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public String getAccountingChangeCode()
public void setAccountingChangeCode(String accountingChangeCode)
accountingChangeCode - protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.