public class OLECheckOutItem extends Object
Modifier and Type | Field and Description |
---|---|
String |
barcode |
String |
code |
String |
dueDate |
String |
itemType |
String |
message |
String |
patronBarcode |
String |
patronId |
String |
renewalCount |
String |
userType |
Constructor and Description |
---|
OLECheckOutItem() |
Modifier and Type | Method and Description |
---|---|
String |
getBarcode() |
String |
getCode() |
String |
getDueDate() |
String |
getItemType() |
String |
getMessage() |
String |
getPatronBarcode() |
String |
getPatronId() |
String |
getRenewalCount() |
String |
getUserType() |
void |
setBarcode(String barcode) |
void |
setCode(String code) |
void |
setDueDate(String dueDate) |
void |
setItemType(String itemType) |
void |
setMessage(String message) |
void |
setPatronBarcode(String patronBarcode) |
void |
setPatronId(String patronId) |
void |
setRenewalCount(String renewalCount) |
void |
setUserType(String userType) |
public String renewalCount
public String patronBarcode
public OLECheckOutItem()
public String getDueDate()
public void setDueDate(String dueDate)
public String getRenewalCount()
public void setRenewalCount(String renewalCount)
public String getUserType()
public void setUserType(String userType)
public String getItemType()
public void setItemType(String itemType)
public String getPatronId()
public void setPatronId(String patronId)
public String getBarcode()
public void setBarcode(String barcode)
public String getMessage()
public void setMessage(String message)
public String getPatronBarcode()
public void setPatronBarcode(String patronBarcode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.