@Entity
public class ShelfAnalysis
extends java.lang.Object
| Constructor and Description |
|---|
ShelfAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToOuput(org.jdom2.Element parent)
adds the analysis org.jdom2.element to the desired parent element
|
java.lang.String |
getCollection()
returns the collection
|
double |
getRelativeLoan()
returns the relative loan
|
java.lang.String |
getRoom()
returns the room
|
java.lang.String |
getShelf()
returns the shelf
|
java.lang.String |
getSubLibrary()
returns the sub library
|
java.lang.String |
getYearRange()
returns the year range
|
ShelfAnalysis |
setCollection(java.lang.String collection)
sets the collection
|
ShelfAnalysis |
setRelativeLoan(double relativeLoan)
sets the relative loan
|
ShelfAnalysis |
setRoom(java.lang.String room)
sets the room
|
ShelfAnalysis |
setShelf(java.lang.String shelf)
sets the shelf
|
ShelfAnalysis |
setSubLibrary(java.lang.String subLibrary)
sets the sub library
|
ShelfAnalysis |
setYearRange(java.lang.String yearRange)
sets the year range
|
public java.lang.String getCollection()
public java.lang.String getRoom()
public java.lang.String getShelf()
public double getRelativeLoan()
public java.lang.String getYearRange()
public java.lang.String getSubLibrary()
public ShelfAnalysis setCollection(java.lang.String collection)
collection - the collection to be setpublic ShelfAnalysis setRoom(java.lang.String room)
room - the room to be setpublic ShelfAnalysis setShelf(java.lang.String shelf)
shelf - the shelf to be setpublic ShelfAnalysis setRelativeLoan(double relativeLoan)
relativeLoan - the relativeLoan to be setpublic ShelfAnalysis setYearRange(java.lang.String yearRange)
yearRange - the year range to be setpublic ShelfAnalysis setSubLibrary(java.lang.String subLibrary)
subLibrary - the sub library to be setpublic void addToOuput(org.jdom2.Element parent)
parent - the parent org.jdom2.element the analysis shall be added to