public class AtlMeta extends Object implements Serializable
PidScript.atlMetaInformation
Modifier and Type | Field and Description |
---|---|
AtlBase |
atlBase |
AtlDetail |
atlDetail |
List<AtlVariable> |
atlVariables |
List<AtlVersion> |
atlVersions |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtlMeta()
Erzeugt ein Stellvertreter-Objekt mit Standardwerten.
|
AtlMeta(AtlBase atlbase,
AtlDetail atlDetail,
List<AtlVariable> atlVariables,
List<AtlVersion> atlVersions)
Erzeugt ein Stellvertreter Objekt für diese Attributliste
|
Modifier and Type | Method and Description |
---|---|
void |
build(Data data)
Trägt die Werte dieses Objekts in das Daten-Objekt ein.
|
static AtlMeta |
getJavaObject(Data data)
Erzeugt ein Java-Objekt aus den übergebenen Daten.
|
void |
set(AtlMeta meta)
Übernimmt die Informationen aus dem übergebenen Meta-Objekt.
|
String |
toString() |
private static final long serialVersionUID
public AtlBase atlBase
public AtlDetail atlDetail
public List<AtlVariable> atlVariables
public List<AtlVersion> atlVersions
public AtlMeta(AtlBase atlbase, AtlDetail atlDetail, List<AtlVariable> atlVariables, List<AtlVersion> atlVersions)
atlbase
- Attributliste PidScript.atlBase
atlDetail
- Attributliste PidScript.atlDetailInformation
atlVariables
- Attributliste PidScript.atlVariable
atlVersions
- Attributliste PidScript.atlVersion
public AtlMeta()
public void build(Data data)
data
- Ziel der Eintragung.public static AtlMeta getJavaObject(Data data)
NoSuchElementException
geworfen werden.data
- Daten.data
eingetragen sind.public void set(AtlMeta meta)
meta
- Informationen über ein Skriptpublic String toString()
toString
in class Object
Object.toString()