public class PatronStatusInfo extends Object
| Constructor and Description |
|---|
PatronStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getDatePrivilegeExpires() |
Boolean |
getRoutingAllowed() |
String |
getStatusDescription() |
String |
getStatusId() |
String |
getStatusMessage() |
PatronStatusType |
getStatusType() |
Boolean |
getUserHasAlerts() |
void |
setDatePrivilegeExpires(LocalDate datePrivilegeExpires) |
void |
setRoutingAllowed(Boolean routingAllowed) |
void |
setStatusDescription(String statusDescription) |
void |
setStatusId(String statusId) |
void |
setStatusMessage(String statusMessage) |
void |
setStatusType(PatronStatusType statusType) |
void |
setUserHasAlerts(Boolean userHasAlerts) |
public LocalDate getDatePrivilegeExpires()
public void setDatePrivilegeExpires(LocalDate datePrivilegeExpires)
datePrivilegeExpires - the datePrivilegeExpires to setpublic String getStatusId()
public void setStatusId(String statusId)
statusId - the statusId to setpublic String getStatusDescription()
public void setStatusDescription(String statusDescription)
statusDescription - the statusDescription to setpublic PatronStatusType getStatusType()
public void setStatusType(PatronStatusType statusType)
statusType - the statusType to setpublic String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - the statusMessage to setpublic Boolean getRoutingAllowed()
public void setRoutingAllowed(Boolean routingAllowed)
routingAllowed - the routingAllowed to setpublic Boolean getUserHasAlerts()
public void setUserHasAlerts(Boolean userHasAlerts)
userHasAlerts - the userHasAlerts to setCopyright © 2015. All rights reserved.