de.bsvrz.sys.funclib.losb.datk
Class AtlMeta

java.lang.Object
  extended by de.bsvrz.sys.funclib.losb.datk.AtlMeta
All Implemented Interfaces:
java.io.Serializable

public class AtlMeta
extends java.lang.Object
implements java.io.Serializable

Attributliste PidScript.atlMetaInformation

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:55:51 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers
See Also:
Serialized Form

Field Summary
 AtlBase atlBase
           
 AtlDetail atlDetail
           
 java.util.List<AtlVariable> atlVariables
           
 java.util.List<AtlVersion> atlVersions
           
 
Constructor Summary
AtlMeta()
          Erzeugt ein Stellvertreter-Objekt mit Standardwerten.
AtlMeta(AtlBase atlbase, AtlDetail atlDetail, java.util.List<AtlVariable> atlVariables, java.util.List<AtlVersion> atlVersions)
          Erzeugt ein Stellvertreter Objekt für diese Attributliste
 
Method Summary
 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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

atlBase

public AtlBase atlBase

atlDetail

public AtlDetail atlDetail

atlVariables

public java.util.List<AtlVariable> atlVariables

atlVersions

public java.util.List<AtlVersion> atlVersions
Constructor Detail

AtlMeta

public AtlMeta(AtlBase atlbase,
               AtlDetail atlDetail,
               java.util.List<AtlVariable> atlVariables,
               java.util.List<AtlVersion> atlVersions)
Erzeugt ein Stellvertreter Objekt für diese Attributliste

Parameters:
atlbase - Attributliste PidScript.atlBase
atlDetail - Attributliste PidScript.atlDetailInformation
atlVariables - Attributliste PidScript.atlVariable
atlVersions - Attributliste PidScript.atlVersion

AtlMeta

public AtlMeta()
Erzeugt ein Stellvertreter-Objekt mit Standardwerten.

Method Detail

build

public void build(Data data)
Trägt die Werte dieses Objekts in das Daten-Objekt ein.

Parameters:
data - Ziel der Eintragung.

getJavaObject

public static AtlMeta getJavaObject(Data data)
Erzeugt ein Java-Objekt aus den übergebenen Daten. Es kann eine NoSuchElementExceptiongeworfen werden.

Parameters:
data - Daten.
Returns:
Java Objekt, in das die Werte aus data eingetragen sind.

set

public void set(AtlMeta meta)
Übernimmt die Informationen aus dem übergebenen Meta-Objekt.

Parameters:
meta - Informationen über ein Skript

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.