de.bsvrz.puk.config.xmlFile.properties
Class ConfigurationData

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.ConfigurationData
All Implemented Interfaces:
DatasetElement

public class ConfigurationData
extends Object
implements DatasetElement

Stellt ein Objekt zur Verfügung, das ein "datum" abbildet, wie es in der K2S.DTD definiert ist.

Author:
Kappich Systemberatung

Field Summary
private  String _name
           
private  String _value
           
 
Constructor Summary
ConfigurationData(String name, String value)
           
 
Method Summary
 String getName()
          Attribut "name"
 String getValue()
          Attribut "wert"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

private final String _name

_value

private final String _value
Constructor Detail

ConfigurationData

public ConfigurationData(String name,
                         String value)
Method Detail

getName

public String getName()
Attribut "name"

Returns:
s.o.

getValue

public String getValue()
Attribut "wert"

Returns:
s.o.