Class DataHubInstanceModelModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.datahubbackoffice.model.DataHubInstanceModelModel
- All Implemented Interfaces:
Serializable
Generated model class for type DataHubInstanceModel first defined at extension datahubbackoffice.
Data Hub instance the UI should point to.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.static final StringGenerated constant - Attribute key ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDataHubInstanceModelModel(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 parametersDataHubInstanceModelModel(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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.Generated method - Getter of theDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.voidsetInstanceLocation(String value) Generated method - Setter ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.voidsetInstanceName(String value) Generated method - Setter ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
INSTANCENAME
Generated constant - Attribute key ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- See Also:
-
INSTANCELOCATION
Generated constant - Attribute key ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- See Also:
-
-
Constructor Details
-
DataHubInstanceModelModel
public DataHubInstanceModelModel()Generated constructor - Default constructor for generic creation. -
DataHubInstanceModelModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_InstanceLocation- initial attribute declared by typeDataHubInstanceModelat extensiondatahubbackoffice_instanceName- initial attribute declared by typeDataHubInstanceModelat extensiondatahubbackoffice
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_InstanceLocation- initial attribute declared by typeDataHubInstanceModelat extensiondatahubbackoffice_instanceName- initial attribute declared by typeDataHubInstanceModelat extensiondatahubbackoffice_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getInstanceLocation
Generated method - Getter of theDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- Returns:
- the InstanceLocation - The URL for this Data Hub instance
-
getInstanceName
Generated method - Getter of theDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- Returns:
- the instanceName - The name for this Data Hub instance
-
setInstanceLocation
Generated method - Setter ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- Parameters:
value- the InstanceLocation - The URL for this Data Hub instance
-
setInstanceName
Generated method - Setter ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- Parameters:
value- the instanceName - The name for this Data Hub instance
-