public class OleRenewalLoanDocument extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OlePatronLoanDocumentContract, OlePatronLoanDocumentsContract
| Constructor and Description |
|---|
OleRenewalLoanDocument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCallNumber() |
Date |
getDueDate() |
String |
getId() |
String |
getItemBarcode() |
String |
getLocation() |
String |
getMessageInfo() |
List<? extends OlePatronLoanDocumentContract> |
getOlePatronLoanDocuments() |
String |
getTitle() |
boolean |
isItemCheckFlag() |
void |
setAuthor(String author) |
void |
setCallNumber(String callNumber) |
void |
setDueDate(Date dueDate) |
void |
setItemBarcode(String itemBarcode) |
void |
setItemCheckFlag(boolean itemCheckFlag) |
void |
setLocation(String location) |
void |
setMessageInfo(String messageInfo) |
void |
setOlePatronLoanDocuments(List<? extends OlePatronLoanDocumentContract> olePatronLoanDocuments) |
void |
setTitle(String title) |
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 OleRenewalLoanDocument()
public boolean isItemCheckFlag()
public void setItemCheckFlag(boolean itemCheckFlag)
public String getMessageInfo()
getMessageInfo in interface OlePatronLoanDocumentContractpublic void setMessageInfo(String messageInfo)
public String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic void setItemBarcode(String itemBarcode)
public void setCallNumber(String callNumber)
public void setLocation(String location)
public void setDueDate(Date dueDate)
public String getItemBarcode()
getItemBarcode in interface OlePatronLoanDocumentContractpublic String getTitle()
getTitle in interface OlePatronLoanDocumentContractpublic String getAuthor()
getAuthor in interface OlePatronLoanDocumentContractpublic String getCallNumber()
getCallNumber in interface OlePatronLoanDocumentContractpublic String getLocation()
getLocation in interface OlePatronLoanDocumentContractpublic Date getDueDate()
getDueDate in interface OlePatronLoanDocumentContractpublic void setOlePatronLoanDocuments(List<? extends OlePatronLoanDocumentContract> olePatronLoanDocuments)
public List<? extends OlePatronLoanDocumentContract> getOlePatronLoanDocuments()
getOlePatronLoanDocuments in interface OlePatronLoanDocumentsContractCopyright © 2004–2015 The Kuali Foundation. All rights reserved.