public class DataHubInstanceModelModel extends ItemModel
Data Hub instance the UI should point to.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INSTANCELOCATION
Generated constant - Attribute key of
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
static java.lang.String |
INSTANCENAME
Generated constant - Attribute key of
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DataHubInstanceModelModel()
Generated constructor - Default constructor for generic creation.
|
DataHubInstanceModelModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DataHubInstanceModelModel(java.lang.String _InstanceLocation,
java.lang.String _instanceName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DataHubInstanceModelModel(java.lang.String _InstanceLocation,
java.lang.String _instanceName,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstanceLocation()
Generated method - Getter of the
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
java.lang.String |
getInstanceName()
Generated method - Getter of the
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
void |
setInstanceLocation(java.lang.String value)
Generated method - Setter of
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
void |
setInstanceName(java.lang.String value)
Generated method - Setter of
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String INSTANCENAME
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.public static final java.lang.String INSTANCELOCATION
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.public DataHubInstanceModelModel()
public DataHubInstanceModelModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DataHubInstanceModelModel(java.lang.String _InstanceLocation,
java.lang.String _instanceName)
_InstanceLocation - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice_instanceName - initial attribute declared by type DataHubInstanceModel at extension datahubbackoffice@Deprecated
public DataHubInstanceModelModel(java.lang.String _InstanceLocation,
java.lang.String _instanceName,
ItemModel _owner)
_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@Accessor(qualifier="InstanceLocation", type=GETTER) public java.lang.String getInstanceLocation()
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.@Accessor(qualifier="instanceName", type=GETTER) public java.lang.String getInstanceName()
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.@Accessor(qualifier="InstanceLocation", type=SETTER) public void setInstanceLocation(java.lang.String value)
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.value - the InstanceLocation - The URL for this Data Hub instance@Accessor(qualifier="instanceName", type=SETTER) public void setInstanceName(java.lang.String value)
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.value - the instanceName - The name for this Data Hub instanceCopyright © 2018 SAP SE. All Rights Reserved.