|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.variables.Summary
public class Summary
This class represents a summary that can be requested as a part of
the SIP2PatronInformationRequest. A
true value in any of the variables indicates that detailed as well
as summary information about the corresponding category of items
can be sent in the response.
Only one category of item should be requested at a time, i.e. it would
take 6 of these messages, each with a different variable set to true,
to get all the detailed information about the patron's items.
| Constructor Summary | |
|---|---|
Summary()
Constructs and initializes a new Summary object with all the boolean values set to false. |
|
| Method Summary | |
|---|---|
boolean |
isChargedItems()
Returns true if and only if detailed as well as summary information about the charged items category can be sent in the response. |
boolean |
isFineItems()
Returns true if and only if detailed as well as summary information about the fine items category can be sent in the response. |
boolean |
isHoldItems()
Returns true if and only if detailed as well as summary information about the hold items category can be sent in the response. |
boolean |
isOverdueItems()
Returns true if and only if detailed as well as summary information about the overdue items category can be sent in the response. |
boolean |
isRecallItems()
Returns true if and only if detailed as well as summary information about the recall items category can be sent in the response. |
boolean |
isUnavailableHolds()
Returns true if and only if detailed as well as summary information about the unavailable holds category can be sent in the response. |
void |
setChargedItems(boolean chargedItems)
Sets the boolean value that indicates if detailed as well as summary information about the charged items category can be sent in the response. |
void |
setFineItems(boolean fineItems)
Sets the boolean value that indicates if detailed as well as summary information about the fine items category can be sent in the response. |
void |
setHoldItems(boolean holdItems)
Sets the boolean value that indicates if detailed as well as summary information about the hold items category can be sent in the response. |
void |
setOverdueItems(boolean overdueItems)
Sets the boolean value that indicates if detailed as well as summary information about the overdue items category can be sent in the response. |
void |
setRecallItems(boolean recallItems)
Sets the boolean value that indicates if detailed as well as summary information about the recall items category can be sent in the response. |
void |
setUnavailableHolds(boolean unavailableHolds)
Sets the boolean value that indicates if detailed as well as summary information about the unavailable holds category can be sent in the response. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Summary()
| Method Detail |
|---|
public boolean isHoldItems()
public void setHoldItems(boolean holdItems)
holdItems - true or falsepublic boolean isOverdueItems()
public void setOverdueItems(boolean overdueItems)
overdueItems - true or falsepublic boolean isChargedItems()
public void setChargedItems(boolean chargedItems)
chargedItems - true or falsepublic boolean isFineItems()
public void setFineItems(boolean fineItems)
fineItems - true or falsepublic boolean isRecallItems()
public void setRecallItems(boolean recallItems)
recallItems - true or falsepublic boolean isUnavailableHolds()
public void setUnavailableHolds(boolean unavailableHolds)
unavailableHolds - true or falsepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||