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