Class AttributeGroupProperties

    • Constructor Detail

      • AttributeGroupProperties

        public AttributeGroupProperties​(java.lang.String name,
                                        java.lang.String pid,
                                        long id,
                                        java.lang.String typePid,
                                        de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
    • Method Detail

      • setConfigurationAspect

        public void setConfigurationAspect​(ConfigurationAspect[] configurationAspect)
        Parameters:
        configurationAspect - Aspekte oder ein leeres Array, falls keine Aspekte vorhanden sind
      • getConfigurationAspect

        public ConfigurationAspect[] getConfigurationAspect()
        Alle Aspekte des Objekts
        Returns:
        Array mit Aspekten oder ein leeres Array, falls keine Aspekte vorhanden sind
      • setConfiguring

        public void setConfiguring​(java.lang.String configuring)
        Konfigurierend ja/nein
        Parameters:
        configuring - "ja" oder "nein", "" wird als "nein" interpretiert
      • setConfiguring

        public void setConfiguring​(boolean configuring)
        Konfigurierend ja/nein
        Parameters:
        configuring - true = "ja" oder false = "nein"
      • setParameter

        public void setParameter​(java.lang.String isParameter)
        parametrierend ja/nein
        Parameters:
        isParameter -
      • setParameter

        public void setParameter​(boolean isParameter)
        parametrierend ja/nein
        Parameters:
        isParameter -
      • getConfiguring

        public boolean getConfiguring()
        Konfigurierend ja/nein
        Returns:
        ja = true; nein = false
      • isParameter

        public boolean isParameter()
        Parametrierend ja/nein
        Returns:
        ja = true; false = nein
      • getAttributeAndAttributeList

        public AttributeProperties[] getAttributeAndAttributeList()
        Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und ListAttributeProperties gespeichert. Das erste Element, das aus der XML Datei eingelesen wurde, steht an Position [0]. Wurden keine Elemente eingelesen, ist das Array leer.
        Returns:
        s.o.
      • setAttributeAndAttributeList

        public void setAttributeAndAttributeList​(AttributeProperties[] attributeAndAttributeList)
        Parameters:
        attributeAndAttributeList - Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und ListAttributeProperties gespeichert. Die Reihenfolge der Elemente bleibt beim speichern erhalten.