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

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
      extended by de.bsvrz.puk.config.xmlFile.properties.ConfigurationObjectProperties
          extended by de.bsvrz.puk.config.xmlFile.properties.AspectProperties

public class AspectProperties
extends ConfigurationObjectProperties

Dieses Objekte stellt eine AspektDefinition nach der K2S.DTD dar.

Author:
Achim Wullenkord (AW), Kappich Systemberatung, Stephan Homeyer (sth), Kappich Systemberatung

Field Summary
 
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
_id, _name, _pid, _type
 
Constructor Summary
AspectProperties(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

AspectProperties

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