public class PaymentNoteText extends TimestampedBusinessObjectBase
| Constructor and Description |
|---|
PaymentNoteText() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiInteger |
getCustomerNoteLineNbr() |
String |
getCustomerNoteText() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
PaymentDetail |
getPaymentDetail() |
void |
setCustomerNoteLineNbr(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setCustomerNoteText(String string) |
void |
setId(org.kuali.rice.core.api.util.type.KualiInteger paymentNoteId) |
void |
setPaymentDetail(PaymentDetail pd) |
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 PaymentNoteText()
public org.kuali.rice.core.api.util.type.KualiInteger getId()
public void setId(org.kuali.rice.core.api.util.type.KualiInteger paymentNoteId)
paymentNoteId - The paymentNoteId to set.public org.kuali.rice.core.api.util.type.KualiInteger getCustomerNoteLineNbr()
public String getCustomerNoteText()
public PaymentDetail getPaymentDetail()
public void setCustomerNoteLineNbr(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setCustomerNoteText(String string)
string - public void setPaymentDetail(PaymentDetail pd)
integer - protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.