Class ExtGraphicConfig

  • All Implemented Interfaces:
    Persistable

    public class ExtGraphicConfig
    extends java.lang.Object
    implements Persistable
    Class ExtGraphicConfig extends class GraphicConfig with a key.
    • Constructor Detail

      • ExtGraphicConfig

        public ExtGraphicConfig()
        Create instance of ExtGraphicConfig.
      • ExtGraphicConfig

        public ExtGraphicConfig​(java.lang.String key,
                                GraphicConfig real)
        Create instance of ExtGraphicConfig.
        Parameters:
        key - key
        real - GraphicConfig
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Get key.
        Returns:
        key
      • getConfig

        public GraphicConfig getConfig()
        Get GraphicConfig.
        Returns:
        GraphicConfig.
      • getId

        public java.lang.String getId()
        Description copied from interface: Persistable
        Get id identifying object.
        Specified by:
        getId in interface Persistable
        Returns:
        id
      • getType

        public java.lang.String getType()
        Description copied from interface: Persistable
        Get type (XML element name / database table name not Java class name).
        Specified by:
        getType in interface Persistable
        Returns:
        type
      • getChildren

        public java.util.List<java.util.List<Persistable>> getChildren()
        Description copied from interface: Persistable
        Get all multi value fields.
        Specified by:
        getChildren in interface Persistable
        Returns:
        list of list of persistable objects
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object