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

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.ole.myaccount.renewal.bo.OlePatronLoanDocument
All Implemented Interfaces:
Serializable, OlePatronLoanDocumentContract, 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.core.api.mo.ModelObjectComplete

public class OlePatronLoanDocument
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements OlePatronLoanDocumentContract

See Also:
Serialized Form

Nested Class Summary
static class OlePatronLoanDocument.Builder
           
 
Constructor Summary
OlePatronLoanDocument()
           
 
Method Summary
 String getAuthor()
           
 String getCallNumber()
           
 Date getDueDate()
           
 String getId()
           
 String getItemBarcode()
           
 String getLocation()
           
 String getMessageInfo()
           
 String getTitle()
           
 Long getVersionNumber()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OlePatronLoanDocument

public OlePatronLoanDocument()
Method Detail

getMessageInfo

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

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

getDueDate

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

getLocation

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

getCallNumber

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

getVersionNumber

public Long getVersionNumber()
Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned

getId

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


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