public class OleItemLevelBillPayment extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| OleItemLevelBillPayment() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.core.api.util.type.KualiDecimal | getAmount() | 
| String | getCreatedUser() | 
| String | getLineItemId() | 
| Timestamp | getPaymentDate() | 
| String | getPaymentId() | 
| String | getPaymentMode() | 
| String | getTransactionNote() | 
| String | getTransactionNumber() | 
| void | setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount) | 
| void | setCreatedUser(String createdUser) | 
| void | setLineItemId(String lineItemId) | 
| void | setPaymentDate(Timestamp paymentDate) | 
| void | setPaymentId(String paymentId) | 
| void | setPaymentMode(String paymentMode) | 
| void | setTransactionNote(String transactionNote) | 
| void | setTransactionNumber(String transactionNumber) | 
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, setVersionNumberpublic OleItemLevelBillPayment()
public String getPaymentId()
public void setPaymentId(String paymentId)
paymentId - public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
amount - public String getLineItemId()
public void setLineItemId(String lineItemId)
lineItemId - public Timestamp getPaymentDate()
public void setPaymentDate(Timestamp paymentDate)
paymentDate - public String getCreatedUser()
public void setCreatedUser(String createdUser)
createdUser - public String getPaymentMode()
public void setPaymentMode(String paymentMode)
public String getTransactionNumber()
public void setTransactionNumber(String transactionNumber)
public String getTransactionNote()
public void setTransactionNote(String transactionNote)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.