public class OLEDeliverNotice extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OLEDeliverNotice() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getLoanId() |
String |
getNoticeSendType() |
Timestamp |
getNoticeToBeSendDate() |
String |
getNoticeType() |
OleLoanDocument |
getOleLoanDocument() |
String |
getPatronId() |
BigDecimal |
getReplacementFeeAmount() |
void |
setId(String id) |
void |
setLoanId(String loanId) |
void |
setNoticeSendType(String noticeSendType) |
void |
setNoticeToBeSendDate(Timestamp noticeToBeSendDate) |
void |
setNoticeType(String noticeType) |
void |
setOleLoanDocument(OleLoanDocument oleLoanDocument) |
void |
setPatronId(String patronId) |
void |
setReplacementFeeAmount(BigDecimal replacementFeeAmount) |
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, setVersionNumber
public OLEDeliverNotice()
public String getNoticeType()
public void setNoticeType(String noticeType)
public Timestamp getNoticeToBeSendDate()
public void setNoticeToBeSendDate(Timestamp noticeToBeSendDate)
public BigDecimal getReplacementFeeAmount()
public void setReplacementFeeAmount(BigDecimal replacementFeeAmount)
public String getNoticeSendType()
public void setNoticeSendType(String noticeSendType)
public String getPatronId()
public void setPatronId(String patronId)
public OleLoanDocument getOleLoanDocument()
public void setOleLoanDocument(OleLoanDocument oleLoanDocument)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.