org.kuali.ole.myaccount.renewal.bo
Class OleRenewalLoanDocument

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.myaccount.renewal.bo.OleRenewalLoanDocument
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, OlePatronLoanDocumentContract, OlePatronLoanDocumentsContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleRenewalLoanDocument
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements OlePatronLoanDocumentContract, OlePatronLoanDocumentsContract

Created with IntelliJ IDEA. User: ? Date: 10/26/12 Time: 12:17 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

OleRenewalLoanDocument

public OleRenewalLoanDocument()
Method Detail

isItemCheckFlag

public boolean isItemCheckFlag()

setItemCheckFlag

public void setItemCheckFlag(boolean itemCheckFlag)

getMessageInfo

public String getMessageInfo()
Specified by:
getMessageInfo in interface OlePatronLoanDocumentContract

setMessageInfo

public void setMessageInfo(String messageInfo)

getId

public String getId()
Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable

setItemBarcode

public void setItemBarcode(String itemBarcode)

setTitle

public void setTitle(String title)

setAuthor

public void setAuthor(String author)

setCallNumber

public void setCallNumber(String callNumber)

setLocation

public void setLocation(String location)

setDueDate

public void setDueDate(Date dueDate)

getItemBarcode

public String getItemBarcode()
Specified by:
getItemBarcode in interface OlePatronLoanDocumentContract

getTitle

public String getTitle()
Specified by:
getTitle in interface OlePatronLoanDocumentContract

getAuthor

public String getAuthor()
Specified by:
getAuthor in interface OlePatronLoanDocumentContract

getCallNumber

public String getCallNumber()
Specified by:
getCallNumber in interface OlePatronLoanDocumentContract

getLocation

public String getLocation()
Specified by:
getLocation in interface OlePatronLoanDocumentContract

getDueDate

public Date getDueDate()
Specified by:
getDueDate in interface OlePatronLoanDocumentContract

setOlePatronLoanDocuments

public void setOlePatronLoanDocuments(List<? extends OlePatronLoanDocumentContract> olePatronLoanDocuments)

getOlePatronLoanDocuments

public List<? extends OlePatronLoanDocumentContract> getOlePatronLoanDocuments()
Specified by:
getOlePatronLoanDocuments in interface OlePatronLoanDocumentsContract


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.