Class ConfigurationObjectProperties
java.lang.Object
de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
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.
-
Field Summary
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
_id, _name, _pid, _type
-
Constructor Summary
Constructors Constructor Description ConfigurationObjectProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.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 Details
-
ConfigurationObjectProperties
public ConfigurationObjectProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
-