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:
Serializable
Generated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.
- 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 ofY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.Fields inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel
CONFIGURATIONS, IDFields 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 contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YStreamConfigurationContainerModel(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
Modifier and TypeMethodDescriptionGenerated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.getFeed()Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.getPool()Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.voidsetDataHubExtension(String value) Generated method - Setter ofY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.voidsetTargetSystem(String value) Generated method - Setter ofY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.Methods inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel
getConfigurations, getId, setConfigurations, setIdMethods 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:
-
FEED
Generated constant - Attribute key ofY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.- See Also:
-
POOL
Generated constant - Attribute key ofY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.- See Also:
-
TARGETSYSTEM
Generated constant - Attribute key ofY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.- See Also:
-
DATAHUBEXTENSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.- See Also:
-
-
Constructor Details
-
Y2YStreamConfigurationContainerModel
public Y2YStreamConfigurationContainerModel()Generated constructor - Default constructor for generic creation. -
Y2YStreamConfigurationContainerModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
Y2YStreamConfigurationContainerModel
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 typeStreamConfigurationContainerat extensiondeltadetection
-
Y2YStreamConfigurationContainerModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationContainerModel(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 typeStreamConfigurationContainerat extensiondeltadetection_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCatalogVersion
Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.- Returns:
- the catalogVersion
-
getDataHubExtension
Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.- Returns:
- the dataHubExtension
-
getFeed
Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.- Returns:
- the feed
-
getPool
Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.- Returns:
- the pool
-
getTargetSystem
Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.- Returns:
- the targetSystem
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofY2YStreamConfigurationContainer.catalogVersionattribute defined at extensiony2ysync.- Parameters:
value- the catalogVersion
-
setDataHubExtension
Generated method - Setter ofY2YStreamConfigurationContainer.dataHubExtensionattribute defined at extensiony2ysync.- Parameters:
value- the dataHubExtension
-
setFeed
Generated method - Setter ofY2YStreamConfigurationContainer.feedattribute defined at extensiony2ysync.- Parameters:
value- the feed
-
setPool
Generated method - Setter ofY2YStreamConfigurationContainer.poolattribute defined at extensiony2ysync.- Parameters:
value- the pool
-
setTargetSystem
Generated method - Setter ofY2YStreamConfigurationContainer.targetSystemattribute defined at extensiony2ysync.- Parameters:
value- the targetSystem
-