@Entity
public class Journal
extends java.lang.Object
Constructor and Description |
---|
Journal()
general constructor and initialization
|
Modifier and Type | Method and Description |
---|---|
void |
addISSN(java.lang.String issn)
adds a issn to the present string of issns (separated by ,) of the journal
|
void |
addToOutput(org.jdom2.Element output)
adds the journal org.jdom2.element to the desired parent element
|
java.lang.String |
getActualName()
returns the current name of the journal
|
java.lang.String |
getEzbID()
returns the EZB ID
|
java.lang.String |
getIssns()
returns the issns of the journal
|
java.lang.String |
getLink()
returns the link to the journal
|
java.lang.String |
getPublisher()
returns the publisher of the journal
|
java.lang.String |
getSubject()
returns the subject categories of the journal
|
java.util.List<java.lang.String> |
getSubjects()
returns the subject categories of the journal as list
|
java.lang.String |
getZdbID()
returns the ZDB ID
|
Journal |
setActualName(java.lang.String actualName)
sets the current name of the
|
Journal |
setEzbID(java.lang.String ezbID)
sets the EZB ID
|
Journal |
setIssns(java.lang.String issns)
sets the issns of the journal
|
Journal |
setLink(java.lang.String link)
sets the link to the journal
|
Journal |
setPublisher(java.lang.String publisher)
sets the current publisher of the journal
|
Journal |
setSubject(java.lang.String subject)
sets the subject categories of the journal
|
Journal |
setZdbID(java.lang.String zdbID)
sets the ZDB ID
|
public java.lang.String getZdbID()
public java.lang.String getEzbID()
public Journal setZdbID(java.lang.String zdbID)
zdbID
- the zdbID to be setpublic Journal setEzbID(java.lang.String ezbID)
ezbID
- the ezbID to be setpublic Journal setActualName(java.lang.String actualName)
actualName
- the actualName to be setpublic Journal setPublisher(java.lang.String publisher)
publisher
- the publisher to be setpublic Journal setLink(java.lang.String link)
link
- the link to be setpublic java.lang.String getActualName()
public java.lang.String getIssns()
public java.lang.String getSubject()
public java.lang.String getPublisher()
public java.lang.String getLink()
public Journal setIssns(java.lang.String issns)
issns
- the issns to be setpublic Journal setSubject(java.lang.String subject)
subject
- the subject to be setpublic java.util.List<java.lang.String> getSubjects()
public void addISSN(java.lang.String issn)
issn
- the ISSN to be addedpublic void addToOutput(org.jdom2.Element output)
output
- the parent org.jdom2.element the journal shall be added to