public static class OdPrognoseGanglinienAnfrage.Daten extends de.bsvrz.sys.funclib.bitctrl.modell.AbstractDatum implements Collection<GlProgAnfrage>
| Modifier and Type | Field and Description |
|---|---|
private de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation |
absender
Die anfragende Applikation.
|
private String |
absenderZeichen
Eine beliebige Zeichenkette die der Absender frei eingetragen kann.
|
private List<GlProgAnfrage> |
anfragen
Liste der Anfragen in dieser Nachricht.
|
private de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status |
datenStatus
Der aktuelle Datenstatus.
|
| Constructor and Description |
|---|
Daten() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GlProgAnfrage o) |
boolean |
addAll(Collection<? extends GlProgAnfrage> c) |
void |
clear() |
OdPrognoseGanglinienAnfrage.Daten |
clone()
Es wird eine flache Kopie zurückgegeben.
|
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation |
getAbsender()
Gibt die anfragende Applikation zurück.
|
String |
getAbsenderZeichen()
Gibt die Zeichenkette zurück, die der Absender in der Nachricht frei
eintragen darf.
|
de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status |
getDatenStatus() |
boolean |
isEmpty() |
Iterator<GlProgAnfrage> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
void |
setAbsender(de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation absender)
Legt die anfragende Applikation fest.
|
void |
setAbsenderZeichen(String absenderZeichen)
Legt die Zeichenkette fest, die der Absender in der Nachricht frei
eintragen darf.
|
protected void |
setDatenStatus(de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status datenStatus)
setzt den aktuellen Datenstatus.
|
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
getZeitpunkt, getZeitstempel, isValid, setZeitstempelequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streamprivate de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation absender
private String absenderZeichen
private final List<GlProgAnfrage> anfragen
private de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status datenStatus
public boolean add(GlProgAnfrage o)
add in interface Collection<GlProgAnfrage>public boolean addAll(Collection<? extends GlProgAnfrage> c)
addAll in interface Collection<GlProgAnfrage>public void clear()
clear in interface Collection<GlProgAnfrage>public OdPrognoseGanglinienAnfrage.Daten clone()
clone in interface de.bsvrz.sys.funclib.bitctrl.modell.Datumclone in class de.bsvrz.sys.funclib.bitctrl.modell.AbstractDatumpublic boolean contains(Object o)
contains in interface Collection<GlProgAnfrage>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<GlProgAnfrage>public de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation getAbsender()
public String getAbsenderZeichen()
public de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status getDatenStatus()
getDatenStatus in interface de.bsvrz.sys.funclib.bitctrl.modell.Datumpublic boolean isEmpty()
isEmpty in interface Collection<GlProgAnfrage>public Iterator<GlProgAnfrage> iterator()
iterator in interface Iterable<GlProgAnfrage>iterator in interface Collection<GlProgAnfrage>public boolean remove(Object o)
remove in interface Collection<GlProgAnfrage>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<GlProgAnfrage>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<GlProgAnfrage>public void setAbsender(de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.objekte.Applikation absender)
absender - die anfragende Applikation.public void setAbsenderZeichen(String absenderZeichen)
absenderZeichen - die Zeichenkette.protected void setDatenStatus(de.bsvrz.sys.funclib.bitctrl.modell.Datum.Status datenStatus)
datenStatus - der neue Statuspublic int size()
size in interface Collection<GlProgAnfrage>public Object[] toArray()
toArray in interface Collection<GlProgAnfrage>public <T> T[] toArray(T[] a)
toArray in interface Collection<GlProgAnfrage>Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.