public class DataHubInstanceModelModel extends ItemModel
Data Hub instance the UI should point to.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INSTANCELOCATION
Generated constant - Attribute key of
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
static String |
INSTANCENAME
Generated constant - Attribute key of
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _InstanceLocation,
String _instanceName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DataHubInstanceModelModel(String _InstanceLocation,
String _instanceName,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceLocation()
Generated method - Getter of the
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
String |
getInstanceName()
Generated method - Getter of the
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
void |
setInstanceLocation(String value)
Generated method - Setter of
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice. |
void |
setInstanceName(String value)
Generated method - Setter of
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String INSTANCENAME
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.public static final 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(String _InstanceLocation, 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(String _InstanceLocation, 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 String getInstanceLocation()
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.@Accessor(qualifier="instanceName", type=GETTER) public String getInstanceName()
DataHubInstanceModel.instanceName attribute defined at extension datahubbackoffice.@Accessor(qualifier="InstanceLocation", type=SETTER) public void setInstanceLocation(String value)
DataHubInstanceModel.InstanceLocation attribute defined at extension datahubbackoffice.value - the InstanceLocation - The URL for this Data Hub instanceCopyright © 2017 SAP SE. All Rights Reserved.