@Entity
public class CollectionUsagePerSubject
extends java.lang.Object
Constructor and Description |
---|
CollectionUsagePerSubject() |
Modifier and Type | Method and Description |
---|---|
void |
addToOutput(org.jdom2.Element parent)
adds the analysis org.jdom2.element to the desired parent element
|
java.lang.String |
getCollection()
returns the collection
|
double |
getPriceePerSubject()
returns the price per subject
|
java.lang.String |
getSubject()
returns the subject
|
int |
getUsagePerSubject()
returns the usage per subject
|
int |
getYear()
returns the year
|
CollectionUsagePerSubject |
setCollection(java.lang.String collection)
sets the collection
|
CollectionUsagePerSubject |
setPricePerSubject(double pricePerSubject)
sets the price per subject
|
CollectionUsagePerSubject |
setSubject(java.lang.String subject)
sets the subject
|
CollectionUsagePerSubject |
setUsagePerSubject(int usagePerSubject)
sets the usage per subject
|
CollectionUsagePerSubject |
setYear(int year)
sets the collection usage per subject
|
public java.lang.String getCollection()
public java.lang.String getSubject()
public int getYear()
public int getUsagePerSubject()
public double getPriceePerSubject()
public CollectionUsagePerSubject setCollection(java.lang.String collection)
collection
- the collection to setpublic CollectionUsagePerSubject setSubject(java.lang.String subject)
subject
- the subject to setpublic CollectionUsagePerSubject setYear(int year)
year
- the year to setpublic CollectionUsagePerSubject setUsagePerSubject(int usagePerSubject)
usagePerSubject
- the usagePerSubject to setpublic CollectionUsagePerSubject setPricePerSubject(double pricePerSubject)
pricePerSubject
- the pricePerSubject to setpublic void addToOutput(org.jdom2.Element parent)
parent
- the parent org.jdom2.element the analysis shall be added to