Class DataHubInstanceModelModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataHubInstanceModelModel
    extends ItemModel
    Generated model class for type DataHubInstanceModel first defined at extension datahubbackoffice.

    Data Hub instance the UI should point to.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • INSTANCENAME

        public static final java.lang.String INSTANCENAME
        Generated constant - Attribute key of DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.
        See Also:
        Constant Field Values
      • INSTANCELOCATION

        public static final java.lang.String INSTANCELOCATION
        Generated constant - Attribute key of DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataHubInstanceModelModel

        public DataHubInstanceModelModel()
        Generated constructor - Default constructor for generic creation.
      • DataHubInstanceModelModel

        public DataHubInstanceModelModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • DataHubInstanceModelModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DataHubInstanceModelModel​(java.lang.String _InstanceLocation,
                                         java.lang.String _instanceName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _InstanceLocation - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice
        _instanceName - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice
      • DataHubInstanceModelModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DataHubInstanceModelModel​(java.lang.String _InstanceLocation,
                                         java.lang.String _instanceName,
                                         ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _InstanceLocation - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice
        _instanceName - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getInstanceLocation

        @Accessor(qualifier="InstanceLocation",
                  type=GETTER)
        public java.lang.String getInstanceLocation()
        Generated method - Getter of the DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.
        Returns:
        the InstanceLocation - The URL for this Data Hub instance
      • getInstanceName

        @Accessor(qualifier="instanceName",
                  type=GETTER)
        public java.lang.String getInstanceName()
        Generated method - Getter of the DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.
        Returns:
        the instanceName - The name for this Data Hub instance
      • setInstanceLocation

        @Accessor(qualifier="InstanceLocation",
                  type=SETTER)
        public void setInstanceLocation​(java.lang.String value)
        Generated method - Setter of DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.
        Parameters:
        value - the InstanceLocation - The URL for this Data Hub instance
      • setInstanceName

        @Accessor(qualifier="instanceName",
                  type=SETTER)
        public void setInstanceName​(java.lang.String value)
        Generated method - Setter of DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.
        Parameters:
        value - the instanceName - The name for this Data Hub instance