Class GeneratedDataHubInstanceModel

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DataHubInstanceModel

public abstract class GeneratedDataHubInstanceModel extends GenericItem
Generated class for type DataHubInstanceModel.
See Also:
  • Field Details

    • INSTANCENAME

      public static final String INSTANCENAME
      Qualifier of the DataHubInstanceModel.instanceName attribute
      See Also:
    • INSTANCELOCATION

      public static final String INSTANCELOCATION
      Qualifier of the DataHubInstanceModel.InstanceLocation attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDataHubInstanceModel

      public GeneratedDataHubInstanceModel()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getInstanceLocation

      public String getInstanceLocation(SessionContext ctx)
      Generated method - Getter of the DataHubInstanceModel.InstanceLocation attribute.
      Returns:
      the InstanceLocation - The URL for this Data Hub instance
    • getInstanceLocation

      public String getInstanceLocation()
      Generated method - Getter of the DataHubInstanceModel.InstanceLocation attribute.
      Returns:
      the InstanceLocation - The URL for this Data Hub instance
    • setInstanceLocation

      public void setInstanceLocation(SessionContext ctx, String value)
      Generated method - Setter of the DataHubInstanceModel.InstanceLocation attribute.
      Parameters:
      value - the InstanceLocation - The URL for this Data Hub instance
    • setInstanceLocation

      public void setInstanceLocation(String value)
      Generated method - Setter of the DataHubInstanceModel.InstanceLocation attribute.
      Parameters:
      value - the InstanceLocation - The URL for this Data Hub instance
    • getInstanceName

      public String getInstanceName(SessionContext ctx)
      Generated method - Getter of the DataHubInstanceModel.instanceName attribute.
      Returns:
      the instanceName - The name for this Data Hub instance
    • getInstanceName

      public String getInstanceName()
      Generated method - Getter of the DataHubInstanceModel.instanceName attribute.
      Returns:
      the instanceName - The name for this Data Hub instance
    • setInstanceName

      public void setInstanceName(SessionContext ctx, String value)
      Generated method - Setter of the DataHubInstanceModel.instanceName attribute.
      Parameters:
      value - the instanceName - The name for this Data Hub instance
    • setInstanceName

      public void setInstanceName(String value)
      Generated method - Setter of the DataHubInstanceModel.instanceName attribute.
      Parameters:
      value - the instanceName - The name for this Data Hub instance