public static class OlePatronLoanDocument.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OlePatronLoanDocumentContract
Modifier and Type | Method and Description |
---|---|
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) |
public static OlePatronLoanDocument.Builder create()
public static OlePatronLoanDocument.Builder create(OlePatronLoanDocumentContract contract)
public void setPatronBarcode(String patronBarcode)
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public void setVersionNumber(Long versionNumber)
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public OlePatronLoanDocument build()
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
public String getItemBarcode()
getItemBarcode
in interface OlePatronLoanDocumentContract
public void setItemBarcode(String itemBarcode)
public String getTitle()
getTitle
in interface OlePatronLoanDocumentContract
public String getAuthor()
getAuthor
in interface OlePatronLoanDocumentContract
public Date getDueDate()
getDueDate
in interface OlePatronLoanDocumentContract
public void setDueDate(Date dueDate)
public String getLocation()
getLocation
in interface OlePatronLoanDocumentContract
public void setLocation(String location)
public String getCallNumber()
getCallNumber
in interface OlePatronLoanDocumentContract
public String getMessageInfo()
getMessageInfo
in interface OlePatronLoanDocumentContract
public void setMessageInfo(String messageInfo)
public void setCallNumber(String callNumber)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.