public class PatronStatus extends Object
| Constructor and Description | 
|---|
| PatronStatus()Constructs and initializes a new PatronStatus object with
 all the variables set to false. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCardReportedLost()Returns true if and only if the patron's card is reported lost. | 
| boolean | isChargePrivilegesDenied()Returns true if and only if the patron's charge privileges are
 denied. | 
| boolean | isExcessiveOutstandingFees()Returns true if and only if the patron has excessive outstanding fees. | 
| boolean | isExcessiveOutstandingFines()Returns true if and only if the patron has excessive outstanding fines. | 
| boolean | isHoldPrivilegesDenied()Returns true if and only if the patron's hold privileges are
 denied. | 
| boolean | isRecallOverdue()Returns true if and only if the patron has overdue recall. | 
| boolean | isRecallPrivilegesDenied()Returns true if and only if the patron's recall privileges are
 denied. | 
| boolean | isRenewalPrivilegesDenied()Returns true if and only if the patron's renewal privileges are
 denied. | 
| boolean | isTooManyClaimsOfItemsReturned()Returns true if and only if the patron has too many claims
 of items returned. | 
| boolean | isTooManyItemsBilled()Returns true if and only if the patron has too many billed items. | 
| boolean | isTooManyItemsCharged()Returns true if and only if the patron has too many items charged. | 
| boolean | isTooManyItemsLost()Returns true if and only if the patron has too many lost items. | 
| boolean | isTooManyItemsOverdue()Returns true if and only if the patron has too many overdue items. | 
| boolean | isTooManyRenewals()Returns true if and only if the patron has too many renewals. | 
| void | setCardReportedLost(boolean cardReportedLost)Sets the value that tells if the patron's card is reported lost. | 
| void | setChargePrivilegesDenied(boolean chargePrivilegesDenied)Sets the value that tells if the patron's charge privileges are denied. | 
| void | setExcessiveOutstandingFees(boolean excessiveOutstandingFees)Sets the value that tells if the patron has excessive outstanding fees. | 
| void | setExcessiveOutstandingFines(boolean excessiveOutstandingFines)Sets the value that tells if the patron has excessive outstanding fines. | 
| void | setHoldPrivilegesDenied(boolean holdPrivilegesDenied)Sets the value that tells if the patron's hold privileges are
 denied. | 
| void | setRecallOverdue(boolean recallOverdue)Sets the value that tells if the patron has overdue recall. | 
| void | setRecallPrivilegesDenied(boolean recallPrivilegesDenied)Sets the value that tells if the patron's recall privileges are
 denied. | 
| void | setRenewalPrivilegesDenied(boolean renewalPrivilegesDenied)Sets the value that tells if the patron's renewal privileges are
 denied. | 
| void | setTooManyClaimsOfItemsReturned(boolean tooManyClaimsOfItemsReturned)Sets the value that tells if the patron has too many claims
 of items returned. | 
| void | setTooManyItemsBilled(boolean tooManyItemsBilled)Sets the value that tells if the patron has too many billed items. | 
| void | setTooManyItemsCharged(boolean tooManyItemsCharged)Sets the value that tells if the patron has too many items charged. | 
| void | setTooManyItemsLost(boolean tooManyItemsLost)Sets the value that tells if the patron has too many lost items. | 
| void | setTooManyItemsOverdue(boolean tooManyItemsOverdue)Sets the value that tells if the patron has too many overdue items. | 
| void | setTooManyRenewals(boolean tooManyRenewals)Sets the value that tells if the patron has too many renewals. | 
| String | toString()Returns a String presentation of this PatronStatus object. | 
public PatronStatus()
public boolean isChargePrivilegesDenied()
public void setChargePrivilegesDenied(boolean chargePrivilegesDenied)
chargePrivilegesDenied - true or falsepublic boolean isRenewalPrivilegesDenied()
public void setRenewalPrivilegesDenied(boolean renewalPrivilegesDenied)
renewalPrivilegesDenied - true or falsepublic boolean isRecallPrivilegesDenied()
public void setRecallPrivilegesDenied(boolean recallPrivilegesDenied)
recallPrivilegesDenied - true or falsepublic boolean isHoldPrivilegesDenied()
public void setHoldPrivilegesDenied(boolean holdPrivilegesDenied)
holdPrivilegesDenied - true or falsepublic boolean isCardReportedLost()
public void setCardReportedLost(boolean cardReportedLost)
cardReportedLost - true or falsepublic boolean isTooManyItemsCharged()
public void setTooManyItemsCharged(boolean tooManyItemsCharged)
tooManyItemsCharged - true or falsepublic boolean isTooManyItemsOverdue()
public void setTooManyItemsOverdue(boolean tooManyItemsOverdue)
tooManyItemsOverdue - true or falsepublic boolean isTooManyRenewals()
public void setTooManyRenewals(boolean tooManyRenewals)
tooManyRenewals - true or falsepublic boolean isTooManyClaimsOfItemsReturned()
public void setTooManyClaimsOfItemsReturned(boolean tooManyClaimsOfItemsReturned)
tooManyClaimsOfItemsReturned - true or falsepublic boolean isTooManyItemsLost()
public void setTooManyItemsLost(boolean tooManyItemsLost)
tooManyItemsLost - true or falsepublic boolean isExcessiveOutstandingFines()
public void setExcessiveOutstandingFines(boolean excessiveOutstandingFines)
excessiveOutstandingFines - true or falsepublic boolean isExcessiveOutstandingFees()
public void setExcessiveOutstandingFees(boolean excessiveOutstandingFees)
excessiveOutstandingFees - true or falsepublic boolean isRecallOverdue()
public void setRecallOverdue(boolean recallOverdue)
recallOverdue - true or falsepublic boolean isTooManyItemsBilled()
public void setTooManyItemsBilled(boolean tooManyItemsBilled)
tooManyItemsBilled - true or falseCopyright © 2004–2015 The Kuali Foundation. All rights reserved.