org.kuali.kfs.pdp.businessobject
Class PaymentAccountHistory

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase
              extended by org.kuali.kfs.pdp.businessobject.PaymentAccountHistory
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, TimestampedBusinessObject, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class PaymentAccountHistory
extends TimestampedBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PaymentAccountHistory()
           
 
Method Summary
 AccountingChangeCode getAccountingChange()
           
 String getAccountingChangeCode()
          This method gets the accountingChangeCode
 String getAcctAttributeName()
           
 String getAcctAttributeNewValue()
           
 String getAcctAttributeOrigValue()
           
 Timestamp getAcctChangeDate()
           
 org.kuali.rice.kns.util.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.kns.util.KualiInteger integer)
           
 void setPaymentAccountDetail(PaymentAccountDetail pad)
           
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

PaymentAccountHistory

public PaymentAccountHistory()
Method Detail

getPaymentAccountDetail

public PaymentAccountDetail getPaymentAccountDetail()
Returns:
Returns the accountDetailId.

setPaymentAccountDetail

public void setPaymentAccountDetail(PaymentAccountDetail pad)
Parameters:
accountDetailId - The accountDetailId to set.

getId

public org.kuali.rice.kns.util.KualiInteger getId()
Returns:
Returns the Id.

getAcctAttributeName

public String getAcctAttributeName()
Returns:

getAcctAttributeNewValue

public String getAcctAttributeNewValue()
Returns:

getAcctAttributeOrigValue

public String getAcctAttributeOrigValue()
Returns:

getAccountingChange

public AccountingChangeCode getAccountingChange()
Returns:

getAcctChangeDate

public Timestamp getAcctChangeDate()
Returns:

setAcctAttributeName

public void setAcctAttributeName(String string)
Parameters:
string -

setAcctAttributeNewValue

public void setAcctAttributeNewValue(String string)
Parameters:
string -

setAcctAttributeOrigValue

public void setAcctAttributeOrigValue(String string)
Parameters:
string -

setAccountingChange

public void setAccountingChange(AccountingChangeCode ac)
Parameters:
string -

setAcctChangeDate

public void setAcctChangeDate(Timestamp timestamp)
Parameters:
timestamp -

setId

public void setId(org.kuali.rice.kns.util.KualiInteger integer)
Parameters:
integer -

getAccountingChangeCode

public String getAccountingChangeCode()
This method gets the accountingChangeCode

Returns:
accountingChangeCode

setAccountingChangeCode

public void setAccountingChangeCode(String accountingChangeCode)
This method sets the accountingChangeCode

Parameters:
accountingChangeCode -

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.