@Entity
public class Ignored
extends java.lang.Object
Constructor and Description |
---|
Ignored()
general constructor and initialization
|
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 |
getComment()
returns the comment connected to the ignored document(s)
|
double |
getExpire()
retrieves the timestamp when the ignorance expires
|
java.lang.String |
getIdentifier()
returns the identifier connected to the ignored document(s) (document number or basic shelfmark)
|
java.lang.String |
getMab()
returns the bibliographic data
|
java.lang.String |
getShelfmark()
returns the shelfmark
|
double |
getTimestamp()
retrieves the timestamp when the ignorance was set
|
java.lang.String |
getType()
retunrs the type
|
java.lang.String |
getWho()
returns the author of the ignored document(s)
|
Ignored |
setComment(java.lang.String comment)
sets the comment connected to the ignored document(s)
|
Ignored |
setExpire(long expire)
set the timestamp when the ignorance expires
|
Ignored |
setIdentifier(java.lang.String identifier)
returns the identifier connected to the ignored document(s) (document number or basic shelfmark)
|
Ignored |
setMab(java.lang.String mab)
sets the bibliographic data
|
Ignored |
setShelfmark(java.lang.String shelfmark)
sets the shelfmark
|
Ignored |
setTimestamp(long timestamp)
set the timestamp when the ignorance was set
|
Ignored |
setType(java.lang.String type)
sets the type
|
Ignored |
setWho(java.lang.String who)
sets the author of the ignored document(s)
|
public java.lang.String getType()
public Ignored setType(java.lang.String type)
type
- the type to setpublic java.lang.String getShelfmark()
public Ignored setShelfmark(java.lang.String shelfmark)
shelfmark
- the shelfmark to setpublic java.lang.String getMab()
public Ignored setMab(java.lang.String mab)
mab
- the mab to setpublic java.lang.String getComment()
public java.lang.String getWho()
public Ignored setWho(java.lang.String who)
who
- of the ignorancepublic Ignored setComment(java.lang.String comment)
comment
- the commentpublic double getTimestamp()
public Ignored setTimestamp(long timestamp)
timestamp
- the timestamppublic double getExpire()
public Ignored setExpire(long expire)
expire
- the expire timestamppublic java.lang.String getIdentifier()
public Ignored setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic void addToOutput(org.jdom2.Element parent)
parent
- the parent org.jdom2.element the analysis shall be added to