org.kuali.ole.myaccount.renewal.bo
Interface OlePatronLoanDocumentContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
OlePatronLoanDocument, OlePatronLoanDocument.Builder, OleRenewalLoanDocument

public interface OlePatronLoanDocumentContract
extends org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.Identifiable

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


Method Summary
 String getAuthor()
           
 String getCallNumber()
           
 Date getDueDate()
           
 String getItemBarcode()
           
 String getLocation()
           
 String getMessageInfo()
           
 String getTitle()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getItemBarcode

String getItemBarcode()

getTitle

String getTitle()

getAuthor

String getAuthor()

getDueDate

Date getDueDate()

getLocation

String getLocation()

getCallNumber

String getCallNumber()

getMessageInfo

String getMessageInfo()


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