Class DataHubInstanceModelModel

All Implemented Interfaces:
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:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INSTANCENAME

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

      public static final String INSTANCELOCATION
      Generated constant - Attribute key of DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.
      See Also:
  • Constructor Details

    • 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(String _InstanceLocation, 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(String _InstanceLocation, 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 Details

    • getInstanceLocation

      @Accessor(qualifier="InstanceLocation", type=GETTER) public 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 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(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(String value)
      Generated method - Setter of DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.
      Parameters:
      value - the instanceName - The name for this Data Hub instance