public class LookupItemStatusResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected String |
callNumber |
protected String |
circSetID |
protected int |
copyNumber |
protected String |
currentLocationDescription |
protected String |
currentLocationID |
protected String |
displayableCallNumber |
protected boolean |
floatingTransitNeeded |
protected ItemCheckoutInfo |
itemCheckoutInfo |
protected String |
itemID |
protected ItemStatus |
itemStatus |
protected String |
libraryDescription |
protected String |
libraryID |
protected String |
title |
protected String |
transitDestinationDescription |
protected String |
transitDestinationID |
protected boolean |
transitNeeded |
protected String |
transitReasonID |
Constructor and Description |
---|
LookupItemStatusResponse() |
protected String itemID
protected String callNumber
protected String displayableCallNumber
protected int copyNumber
protected String author
protected String title
protected ItemStatus itemStatus
protected String libraryID
protected String libraryDescription
protected String currentLocationID
protected String currentLocationDescription
protected boolean transitNeeded
protected String transitDestinationID
protected String transitDestinationDescription
protected String transitReasonID
protected boolean floatingTransitNeeded
protected String circSetID
protected ItemCheckoutInfo itemCheckoutInfo
public String getItemID()
public void setItemID(String itemID)
itemID
- the itemID to setpublic String getCallNumber()
public void setCallNumber(String callNumber)
callNumber
- the callNumber to setpublic String getDisplayableCallNumber()
public void setDisplayableCallNumber(String displayableCallNumber)
displayableCallNumber
- the displayableCallNumber to setpublic int getCopyNumber()
public void setCopyNumber(int copyNumber)
copyNumber
- the copyNumber to setpublic String getAuthor()
public void setAuthor(String author)
author
- the author to setpublic String getTitle()
public void setTitle(String title)
title
- the title to setpublic ItemStatus getItemStatus()
public void setItemStatus(ItemStatus itemStatus)
itemStatus
- the itemStatus to setpublic String getLibraryID()
public void setLibraryID(String libraryID)
libraryID
- the libraryID to setpublic String getLibraryDescription()
public void setLibraryDescription(String libraryDescription)
libraryDescription
- the libraryDescription to setpublic String getCurrentLocationID()
public void setCurrentLocationID(String currentLocationID)
currentLocationID
- the currentLocationID to setpublic String getCurrentLocationDescription()
public void setCurrentLocationDescription(String currentLocationDescription)
currentLocationDescription
- the currentLocationDescription to setpublic boolean isTransitNeeded()
public void setTransitNeeded(boolean transitNeeded)
transitNeeded
- the transitNeeded to setpublic String getTransitDestinationID()
public void setTransitDestinationID(String transitDestinationID)
transitDestinationID
- the transitDestinationID to setpublic String getTransitDestinationDescription()
public void setTransitDestinationDescription(String transitDestinationDescription)
transitDestinationDescription
- the transitDestinationDescription to setpublic String getTransitReasonID()
public void setTransitReasonID(String transitReasonID)
transitReasonID
- the transitReasonID to setpublic boolean isFloatingTransitNeeded()
public void setFloatingTransitNeeded(boolean floatingTransitNeeded)
floatingTransitNeeded
- the floatingTransitNeeded to setpublic String getCircSetID()
public void setCircSetID(String circSetID)
circSetID
- the circSetID to setpublic ItemCheckoutInfo getItemCheckoutInfo()
public void setItemCheckoutInfo(ItemCheckoutInfo itemCheckoutInfo)
itemCheckoutInfo
- the itemCheckoutInfo to setCopyright © 2015. All rights reserved.