Package de.hybris.y2ysync.model
Class Y2YStreamConfigurationContainerModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.deltadetection.model.StreamConfigurationContainerModel
-
- de.hybris.y2ysync.model.Y2YStreamConfigurationContainerModel
-
- All Implemented Interfaces:
java.io.Serializable
public class Y2YStreamConfigurationContainerModel extends StreamConfigurationContainerModel
Generated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.- 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
_TYPECODE
Generated model type code constant.static java.lang.String
CATALOGVERSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.static java.lang.String
DATAHUBEXTENSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.static java.lang.String
FEED
Generated constant - Attribute key ofY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.static java.lang.String
POOL
Generated constant - Attribute key ofY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.static java.lang.String
TARGETSYSTEM
Generated constant - Attribute key ofY2YStreamConfigurationContainer.targetSystem
attribute defined at extensiony2ysync
.-
Fields inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel
CONFIGURATIONS, ID
-
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 Y2YStreamConfigurationContainerModel()
Generated constructor - Default constructor for generic creation.Y2YStreamConfigurationContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextY2YStreamConfigurationContainerModel(java.lang.String _id)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YStreamConfigurationContainerModel(java.lang.String _id, 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 CatalogVersionModel
getCatalogVersion()
Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.java.lang.String
getDataHubExtension()
Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.java.lang.String
getFeed()
Generated method - Getter of theY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.java.lang.String
getPool()
Generated method - Getter of theY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.java.lang.String
getTargetSystem()
Generated method - Getter of theY2YStreamConfigurationContainer.targetSystem
attribute defined at extensiony2ysync
.void
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.void
setDataHubExtension(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.void
setFeed(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.void
setPool(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.void
setTargetSystem(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.targetSystem
attribute defined at extensiony2ysync
.-
Methods inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel
getConfigurations, getId, setConfigurations, setId
-
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
-
FEED
public static final java.lang.String FEED
Generated constant - Attribute key ofY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
POOL
public static final java.lang.String POOL
Generated constant - Attribute key ofY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
TARGETSYSTEM
public static final java.lang.String TARGETSYSTEM
Generated constant - Attribute key ofY2YStreamConfigurationContainer.targetSystem
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
DATAHUBEXTENSION
public static final java.lang.String DATAHUBEXTENSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Y2YStreamConfigurationContainerModel
public Y2YStreamConfigurationContainerModel()
Generated constructor - Default constructor for generic creation.
-
Y2YStreamConfigurationContainerModel
public Y2YStreamConfigurationContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
Y2YStreamConfigurationContainerModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationContainerModel(java.lang.String _id)
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:
_id
- initial attribute declared by typeStreamConfigurationContainer
at extensiondeltadetection
-
Y2YStreamConfigurationContainerModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationContainerModel(java.lang.String _id, 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:
_id
- initial attribute declared by typeStreamConfigurationContainer
at extensiondeltadetection
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.- Returns:
- the catalogVersion
-
getDataHubExtension
@Accessor(qualifier="dataHubExtension", type=GETTER) public java.lang.String getDataHubExtension()
Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.- Returns:
- the dataHubExtension
-
getFeed
@Accessor(qualifier="feed", type=GETTER) public java.lang.String getFeed()
Generated method - Getter of theY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.- Returns:
- the feed
-
getPool
@Accessor(qualifier="pool", type=GETTER) public java.lang.String getPool()
Generated method - Getter of theY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.- Returns:
- the pool
-
getTargetSystem
@Accessor(qualifier="targetSystem", type=GETTER) public java.lang.String getTargetSystem()
Generated method - Getter of theY2YStreamConfigurationContainer.targetSystem
attribute defined at extensiony2ysync
.- Returns:
- the targetSystem
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofY2YStreamConfigurationContainer.catalogVersion
attribute defined at extensiony2ysync
.- Parameters:
value
- the catalogVersion
-
setDataHubExtension
@Accessor(qualifier="dataHubExtension", type=SETTER) public void setDataHubExtension(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.dataHubExtension
attribute defined at extensiony2ysync
.- Parameters:
value
- the dataHubExtension
-
setFeed
@Accessor(qualifier="feed", type=SETTER) public void setFeed(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.feed
attribute defined at extensiony2ysync
.- Parameters:
value
- the feed
-
setPool
@Accessor(qualifier="pool", type=SETTER) public void setPool(java.lang.String value)
Generated method - Setter ofY2YStreamConfigurationContainer.pool
attribute defined at extensiony2ysync
.- Parameters:
value
- the pool
-
-