@Entity
public class AnchorOrder
extends java.lang.Object
Constructor and Description |
---|
AnchorOrder() |
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 |
getAnchor()
returns the anchor of the collection
|
java.lang.String |
getName()
returns the name of the collection
|
java.lang.String |
getOrderNumber()
returns the internal order number of the collection
|
java.lang.String |
getRuntime()
returns the time range covered by this collection
|
AnchorOrder |
setAnchor(java.lang.String anchor)
sets the anchor of the collection
|
AnchorOrder |
setName(java.lang.String name)
sets the name of the collection
|
AnchorOrder |
setOrderNumber(java.lang.String orderNumber)
sets the internal order number of the collection
|
AnchorOrder |
setRuntime(java.lang.String runtime)
sets the time range covered by this collection
|
public java.lang.String getAnchor()
public AnchorOrder setAnchor(java.lang.String anchor)
anchor
- the anchor to setpublic java.lang.String getOrderNumber()
public AnchorOrder setOrderNumber(java.lang.String orderNumber)
orderNumber
- the orderNumber to setpublic java.lang.String getName()
public AnchorOrder setName(java.lang.String name)
name
- the name to setpublic java.lang.String getRuntime()
public AnchorOrder setRuntime(java.lang.String runtime)
runtime
- the runtime to setpublic void addToOutput(org.jdom2.Element parent)
parent
- the parent org.jdom2.element the analysis shall be added to