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:
java.io.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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringINSTANCELOCATIONGenerated constant - Attribute key ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.static java.lang.StringINSTANCENAMEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description DataHubInstanceModelModel()Generated constructor - Default constructor for generic creation.DataHubInstanceModelModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextDataHubInstanceModelModel(java.lang.String _InstanceLocation, java.lang.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(java.lang.String _InstanceLocation, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInstanceLocation()Generated method - Getter of theDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.java.lang.StringgetInstanceName()Generated method - Getter of theDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.voidsetInstanceLocation(java.lang.String value)Generated method - Setter ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.voidsetInstanceName(java.lang.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
INSTANCENAME
public static final java.lang.String INSTANCENAME
Generated constant - Attribute key ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- See Also:
- Constant Field Values
-
INSTANCELOCATION
public static final java.lang.String INSTANCELOCATION
Generated constant - Attribute key ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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(java.lang.String _InstanceLocation, java.lang.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(java.lang.String _InstanceLocation, java.lang.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 Detail
-
getInstanceLocation
@Accessor(qualifier="InstanceLocation", type=GETTER) public java.lang.String getInstanceLocation()
Generated method - Getter of theDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- Returns:
- the InstanceLocation - The URL for this Data Hub instance
-
getInstanceName
@Accessor(qualifier="instanceName", type=GETTER) public java.lang.String getInstanceName()
Generated method - Getter of theDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- Returns:
- the instanceName - The name for this Data Hub instance
-
setInstanceLocation
@Accessor(qualifier="InstanceLocation", type=SETTER) public void setInstanceLocation(java.lang.String value)
Generated method - Setter ofDataHubInstanceModel.InstanceLocationattribute defined at extensiondatahubbackoffice.- Parameters:
value- the InstanceLocation - The URL for this Data Hub instance
-
setInstanceName
@Accessor(qualifier="instanceName", type=SETTER) public void setInstanceName(java.lang.String value)
Generated method - Setter ofDataHubInstanceModel.instanceNameattribute defined at extensiondatahubbackoffice.- Parameters:
value- the instanceName - The name for this Data Hub instance
-
-