Class ConfigObjectSetUse
java.lang.Object
de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
de.bsvrz.puk.config.configFile.datamodel.ConfigObjectSetUse
- All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.ConfigurationObject
,de.bsvrz.dav.daf.main.config.ObjectSetUse
,de.bsvrz.dav.daf.main.config.SystemObject
,Comparable
public class ConfigObjectSetUse
extends ConfigConfigurationObject
implements de.bsvrz.dav.daf.main.config.ObjectSetUse
Implementierung des Interfaces
ObjectSetUse
auf Seiten der Konfiguration.-
Constructor Summary
ConstructorsConstructorDescriptionConfigObjectSetUse
(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo) Konstruktor einer Mengenverwendung. -
Method Summary
Modifier and TypeMethodDescriptionde.bsvrz.dav.daf.main.config.ObjectSetType
boolean
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, invalidate, isValid, removeSet, revalidate, simpleRevalidate
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.ConfigSystemObject
createConfigurationData, equals, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationData, getConfigurationDataBytes, getId, getName, getObjectLookupForData, getPid, getType, getUsedAttributeGroupUsages, hashCode, originalHashCode, removeConfigurationData, setConfigurationData, setConfigurationData, setName, simpleInvalidation
Methods inherited from class de.bsvrz.puk.config.configFile.datamodel.AbstractConfigSystemObject
compareTo, getConfigurationArea, getConfigurationData, getDataModel, getInfo, getNameOrPidOrId, getPidOrId, getPidOrNameOrId, isOfType, isOfType, setConfigurationData, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.bsvrz.dav.daf.main.config.ConfigurationObject
addSet, duplicate, duplicate, getMutableSet, getNonMutableSet, getNotValidSince, getObjectSet, getObjectSets, getValidSince, removeSet, revalidate
Methods inherited from interface de.bsvrz.dav.daf.main.config.SystemObject
getConfigurationArea, getConfigurationData, getConfigurationData, getConfigurationData, getDataModel, getId, getInfo, getName, getNameOrPidOrId, getPid, getPidOrId, getPidOrNameOrId, getType, getUsedAttributeGroupUsages, invalidate, isOfType, isOfType, isValid, setConfigurationData, setConfigurationData, setConfigurationData, setName, toString
-
Constructor Details
-
ConfigObjectSetUse
public ConfigObjectSetUse(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo) Konstruktor einer Mengenverwendung.- Parameters:
configurationArea
- Konfigurationsbereich dieser MengenverwendungsystemObjectInfo
- das korrespondierende Objekt aus den Konfigurationsdateien
-
-
Method Details
-
getObjectSetName
- Specified by:
getObjectSetName
in interfacede.bsvrz.dav.daf.main.config.ObjectSetUse
-
getObjectSetType
public de.bsvrz.dav.daf.main.config.ObjectSetType getObjectSetType()- Specified by:
getObjectSetType
in interfacede.bsvrz.dav.daf.main.config.ObjectSetUse
-
isRequired
public boolean isRequired()- Specified by:
isRequired
in interfacede.bsvrz.dav.daf.main.config.ObjectSetUse
-