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

java.lang.Object
  extended by org.kuali.ole.myaccount.renewal.bo.OlePatronLoanDocument.Builder
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.ModelBuilder
Enclosing class:
OlePatronLoanDocument

public static class OlePatronLoanDocument.Builder
extends Object
implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OlePatronLoanDocumentContract

See Also:
Serialized Form

Method Summary
 OlePatronLoanDocument build()
           
static OlePatronLoanDocument.Builder create()
           
static OlePatronLoanDocument.Builder create(OlePatronLoanDocumentContract contract)
           
 String getAuthor()
           
 String getCallNumber()
           
 Date getDueDate()
           
 String getId()
           
 String getItemBarcode()
           
 String getLocation()
           
 String getMessageInfo()
           
 String getTitle()
           
 Long getVersionNumber()
           
 void setAuthor(String author)
           
 void setCallNumber(String callNumber)
           
 void setDueDate(Date dueDate)
           
 void setId(String id)
           
 void setItemBarcode(String itemBarcode)
           
 void setLocation(String location)
           
 void setMessageInfo(String messageInfo)
           
 void setPatronBarcode(String patronBarcode)
           
 void setTitle(String title)
           
 void setVersionNumber(Long versionNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static OlePatronLoanDocument.Builder create()

create

public static OlePatronLoanDocument.Builder create(OlePatronLoanDocumentContract contract)

setPatronBarcode

public void setPatronBarcode(String patronBarcode)

getVersionNumber

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

setVersionNumber

public void setVersionNumber(Long versionNumber)

getId

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

setId

public void setId(String id)

build

public OlePatronLoanDocument build()
Specified by:
build in interface org.kuali.rice.core.api.mo.ModelBuilder

getItemBarcode

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

setItemBarcode

public void setItemBarcode(String itemBarcode)

getTitle

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

setTitle

public void setTitle(String title)

getAuthor

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

setAuthor

public void setAuthor(String author)

getDueDate

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

setDueDate

public void setDueDate(Date dueDate)

getLocation

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

setLocation

public void setLocation(String location)

getCallNumber

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

getMessageInfo

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

setMessageInfo

public void setMessageInfo(String messageInfo)

setCallNumber

public void setCallNumber(String callNumber)


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