|
||||||||||
| 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.SIP2MessageRequest
com.pkrete.jsip2.messages.requests.SIP2CirculationTransactionRequest
com.pkrete.jsip2.messages.requests.SIP2CheckinRequest
public class SIP2CheckinRequest
This class represents the message that is used to checkin an item, and also
to cancel a SIP2CheckoutRequest that
did not succesfully complete. The ILS SIP server must respond with the
SIP2CheckinResponse message.
This class extends the abstract SIP2CirculationTransactionRequest
class.
| Field Summary |
|---|
| Fields inherited from class com.pkrete.jsip2.messages.requests.SIP2CirculationTransactionRequest |
|---|
cancel, nbDueDate, noBlock, useCancel |
| Fields inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
counter, errorDetectionEnabled, feeAcknowledged, patronPassword, terminalPassword, useFeeAcknowledged |
| 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 | |
|---|---|
SIP2CheckinRequest(String itemId)
Constructs and initializes a new SIP2CheckoutRequest object with the given values. |
|
SIP2CheckinRequest(String location,
String itemId)
Constructs and initializes a new SIP2CheckoutRequest object with the given values. |
|
SIP2CheckinRequest(String location,
String institutionId,
String itemId)
Constructs and initializes a new SIP2CheckoutRequest object with the given values. |
|
SIP2CheckinRequest(String location,
String terminalPassword,
String institutionId,
String itemId)
Constructs and initializes a new SIP2CheckoutRequest object with the given values. |
|
| Method Summary | |
|---|---|
String |
getData()
Returns a string presentation of the message. |
String |
getReturnDate()
Returns the date that an item was returned to the library, that is not necessarily the same date when the item was checked back in. 18-char, fixed-length field: YYYYMMDDZZZZHHMMSS. |
void |
setReturnDate(String returnDate)
Sets the date that an item was returned to the library, that is not necessarily the same date when the item was checked back in. 18-char, fixed-length field: YYYYMMDDZZZZHHMMSS. |
| Methods inherited from class com.pkrete.jsip2.messages.requests.SIP2CirculationTransactionRequest |
|---|
getNbDueDate, isCancel, isNoBlock, isUseCancel, setCancel, setNbDueDate, setNoBlock, setUseCancel |
| Methods inherited from class com.pkrete.jsip2.messages.SIP2MessageRequest |
|---|
getCheckSum, getPatronPassword, getTerminalPassword, isErrorDetectionEnabled, isFeeAcknowledged, isUseFeeAcknowledged, setErrorDetectionEnabled, setFeeAcknowledged, setPatronPassword, setTerminalPassword, setUseFeeAcknowledged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SIP2CheckinRequest(String itemId)
itemId - an identifying value for the item
public SIP2CheckinRequest(String location,
String itemId)
location - current location of the itemitemId - an identifying value for the item
public SIP2CheckinRequest(String location,
String institutionId,
String itemId)
location - current location of the iteminstitutionId - library's institution iditemId - an identifying value for the item
public SIP2CheckinRequest(String location,
String terminalPassword,
String institutionId,
String itemId)
location - current location of the itemterminalPassword - passwort to login the ILSinstitutionId - library's institution iditemId - an identifying value for the item| Method Detail |
|---|
public String getReturnDate()
public void setReturnDate(String returnDate)
returnDate - new valuepublic String getData()
SIP2Message
getData in class SIP2Message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||