|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.ole.myaccount.renewal.bo.OleRenewalLoanDocument
public class OleRenewalLoanDocument
Created with IntelliJ IDEA. User: ? Date: 10/26/12 Time: 12:17 PM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OleRenewalLoanDocument()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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 |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public OleRenewalLoanDocument()
Method Detail |
---|
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 setTitle(String title)
public void setAuthor(String author)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |