public class ItemCheckoutInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Date |
checkoutDate |
protected String |
circulationRuleDescription |
protected String |
circulationRuleId |
protected Date |
claimsReturnedDate |
protected Date |
dueDate |
protected Date |
lastNoticeSent |
protected String |
locationDescription |
protected String |
locationId |
protected int |
numberOfRenewals |
protected int |
overdueNoticeCount |
protected Date |
recalledDate |
protected int |
recallNoticeCount |
protected Date |
renewedDate |
protected String |
userID |
protected String |
userName |
Constructor and Description |
---|
ItemCheckoutInfo() |
protected String userID
protected String userName
protected Date checkoutDate
protected Date dueDate
protected String circulationRuleId
protected String circulationRuleDescription
protected String locationId
protected String locationDescription
protected Date renewedDate
protected int numberOfRenewals
protected Date lastNoticeSent
protected int overdueNoticeCount
protected Date recalledDate
protected int recallNoticeCount
protected Date claimsReturnedDate
public String getUserID()
public void setUserID(String userID)
userID
- the userID to setpublic String getUserName()
public void setUserName(String userName)
userName
- the userName to setpublic Date getCheckoutDate()
public void setCheckoutDate(Date checkoutDate)
checkoutDate
- the checkoutDate to setpublic Date getDueDate()
public void setDueDate(Date dueDate)
dueDate
- the dueDate to setpublic String getCirculationRuleId()
public void setCirculationRuleId(String circulationRuleId)
circulationRuleId
- the circulationRuleId to setpublic String getCirculationRuleDescription()
public void setCirculationRuleDescription(String circulationRuleDescription)
circulationRuleDescription
- the circulationRuleDescription to setpublic String getLocationId()
public void setLocationId(String locationId)
locationId
- the locationId to setpublic String getLocationDescription()
public void setLocationDescription(String locationDescription)
locationDescription
- the locationDescription to setpublic Date getRenewedDate()
public void setRenewedDate(Date renewedDate)
renewedDate
- the renewedDate to setpublic int getNumberOfRenewals()
public void setNumberOfRenewals(int numberOfRenewals)
numberOfRenewals
- the numberOfRenewals to setpublic Date getLastNoticeSent()
public void setLastNoticeSent(Date lastNoticeSent)
lastNoticeSent
- the lastNoticeSent to setpublic int getOverdueNoticeCount()
public void setOverdueNoticeCount(int overdueNoticeCount)
overdueNoticeCount
- the overdueNoticeCount to setpublic Date getRecalledDate()
public void setRecalledDate(Date recalledDate)
recalledDate
- the recalledDate to setpublic int getRecallNoticeCount()
public void setRecallNoticeCount(int recallNoticeCount)
recallNoticeCount
- the recallNoticeCount to setpublic Date getClaimsReturnedDate()
public void setClaimsReturnedDate(Date claimsReturnedDate)
claimsReturnedDate
- the claimsReturnedDate to setCopyright © 2015. All rights reserved.