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

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
      extended by de.bsvrz.puk.config.xmlFile.properties.ConfigurationObjectProperties
Direct Known Subclasses:
AspectProperties, AttributeGroupProperties, AttributeListProperties, AttributeTypeProperties, ConfigurationAreaProperties, ConfigurationConfigurationObject, ObjectSetTypeProperties, SystemObjectTypeProperties

public class ConfigurationObjectProperties
extends SystemObjectProperties

Schnittstelle, die noch zu dokumentieren ist.

Author:
Kappich+Kniß Systemberatung Aachen (K2S), Roland Schmitz (rs)

Field Summary
 
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
_id, _name, _pid, _type
 
Constructor Summary
ConfigurationObjectProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
           
 
Method Summary
 
Methods inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationObjectProperties

public ConfigurationObjectProperties(String name,
                                     String pid,
                                     long id,
                                     String typePid,
                                     SystemObjectInfo info)