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, setVersionNumber
public OleRenewalLoanDocument()
public boolean isItemCheckFlag()
public void setItemCheckFlag(boolean itemCheckFlag)
public String getMessageInfo()
getMessageInfo
in interface OlePatronLoanDocumentContract
public void setMessageInfo(String messageInfo)
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public 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 OlePatronLoanDocumentContract
public String getTitle()
getTitle
in interface OlePatronLoanDocumentContract
public String getAuthor()
getAuthor
in interface OlePatronLoanDocumentContract
public String getCallNumber()
getCallNumber
in interface OlePatronLoanDocumentContract
public String getLocation()
getLocation
in interface OlePatronLoanDocumentContract
public Date getDueDate()
getDueDate
in interface OlePatronLoanDocumentContract
public void setOlePatronLoanDocuments(List<? extends OlePatronLoanDocumentContract> olePatronLoanDocuments)
public List<? extends OlePatronLoanDocumentContract> getOlePatronLoanDocuments()
getOlePatronLoanDocuments
in interface OlePatronLoanDocumentsContract
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.