|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pkrete.jsip2.messages.SIP2Message
com.pkrete.jsip2.messages.SIP2MessageResponse
com.pkrete.jsip2.messages.responses.SIP2CirculationTransactionResponse
public abstract class SIP2CirculationTransactionResponse
This abstract class is a base class of the
SIP2CheckoutResponse and the
SIP2CheckinResponse classes.
| Field Summary | |
|---|---|
protected boolean |
magneticMedia
Tells if the item is magnetic media and the system will then handle the security discharge accordingly. |
protected boolean |
magneticMediaSupported
Tells if the ILS identifies magnetic media items. |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse |
|---|
data, dueDate, mediaType, ok, permanentLocation, printLine, screenMessage |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2Message |
|---|
bibId, checkSum, code, currencyType, currentLocation, expirationDate, feeAmount, feeType, institutionId, itemIdentifier, itemProperties, patronIdentifier, pickupLocation, sequence, titleIdentifier, transactionDate, transactionId |
| Constructor Summary | |
|---|---|
protected |
SIP2CirculationTransactionResponse(String code,
String data)
Constructs and initializes a new SIP2CirculationTransactionResponse object containing the given data. |
| Method Summary | |
|---|---|
boolean |
isMagneticMedia()
Returns true if and only if the item is magnetic media and the ILS identifies magnetic media. |
boolean |
isMagneticMediaSupported()
Returns true if and only if the ILS identifies magnetic media items. |
void |
setMagneticMedia(boolean magneticMedia)
Sets the value that tells if the item is magnetic media and the ILS identifies magnetic media. |
void |
setMagneticMediaSupported(boolean magneticMediaSupported)
Sets the value that tells if the ILS identifies magnetic media items. |
| Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageResponse |
|---|
countChecksum, getData, getDueDate, getMediaType, getPermanentLocation, getPrintLine, getScreenMessage, isOk, isValid, setData, setDueDate, setMediaType, setOk, setPermanentLocation, setPrintLine, setScreenMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean magneticMediaSupported
protected boolean magneticMedia
| Constructor Detail |
|---|
protected SIP2CirculationTransactionResponse(String code,
String data)
code - command identifierdata - the data that the message contains| Method Detail |
|---|
public boolean isMagneticMediaSupported()
public void setMagneticMediaSupported(boolean magneticMediaSupported)
magneticMediaSupported - new valuepublic boolean isMagneticMedia()
public void setMagneticMedia(boolean magneticMedia)
magneticMedia - new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||