public class CallInfo extends Object
| Constructor and Description |
|---|
CallInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoundParentAuthor() |
String |
getBoundParenttitle() |
String |
getCallNumber() |
String |
getClassificationId() |
List<ItemInfo> |
getItemInfo() |
String |
getLibraryId() |
Integer |
getNumberOfCopies() |
void |
setBoundParentAuthor(String boundParentAuthor) |
void |
setBoundParenttitle(String boundParenttitle) |
void |
setCallNumber(String callNumber) |
void |
setClassificationId(String classificationId) |
void |
setItemInfo(List<ItemInfo> itemInfo) |
void |
setLibraryId(String libraryId) |
void |
setNumberOfCopies(Integer numberOfCopies) |
public String getLibraryId()
public void setLibraryId(String libraryId)
libraryId - the libraryId to setpublic String getClassificationId()
public void setClassificationId(String classificationId)
classificationId - the classificationId to setpublic String getCallNumber()
public void setCallNumber(String callNumber)
callNumber - the callNumber to setpublic Integer getNumberOfCopies()
public void setNumberOfCopies(Integer numberOfCopies)
numberOfCopies - the numberOfCopies to setpublic String getBoundParentAuthor()
public void setBoundParentAuthor(String boundParentAuthor)
boundParentAuthor - the boundParentAuthor to setpublic String getBoundParenttitle()
public void setBoundParenttitle(String boundParenttitle)
boundParenttitle - the boundParenttitle to setCopyright © 2015. All rights reserved.