public class OLEDeliverNoticeHistory extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OLEDeliverNoticeHistory() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getItemBarcode() |
String |
getLoanId() |
byte[] |
getNoticeContent() |
String |
getNoticeSendType() |
Timestamp |
getNoticeSentDate() |
String |
getNoticeType() |
String |
getPatronId() |
String |
getRequestId() |
void |
setId(String id) |
void |
setItemBarcode(String itemBarcode) |
void |
setLoanId(String loanId) |
void |
setNoticeContent(byte[] noticeContent) |
void |
setNoticeSendType(String noticeSendType) |
void |
setNoticeSentDate(Timestamp noticeSentDate) |
void |
setNoticeType(String noticeType) |
void |
setPatronId(String patronId) |
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 OLEDeliverNoticeHistory()
public Timestamp getNoticeSentDate()
public void setNoticeSentDate(Timestamp noticeSentDate)
public String getPatronId()
public void setPatronId(String patronId)
public String getNoticeType()
public void setNoticeType(String noticeType)
public String getNoticeSendType()
public void setNoticeSendType(String noticeSendType)
public void setNoticeContent(byte[] noticeContent)
public byte[] getNoticeContent()
public String getRequestId()
public void setRequestId(String requestId)
public String getItemBarcode()
public void setItemBarcode(String itemBarcode)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.