Package com.hybris.merchandising.model
Class MerchSynchronizationConfigModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.hybris.merchandising.model.MerchSynchronizationConfigModel
- All Implemented Interfaces:
Serializable
Generated model class for type MerchSynchronizationConfig first defined at extension merchandisingservices.
- 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 ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.static final StringGenerated constant - Attribute key ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.static final StringGenerated constant - Attribute key ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.static final StringGenerated constant - Attribute key ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.static final StringGenerated constant - Attribute key ofMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.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.MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.Generated method - Getter of theMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.Generated method - Getter of theMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.booleanGenerated method - Getter of theMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.voidsetBaseCategoryUrl(String value) Generated method - Setter ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.voidsetBaseSite(BaseSiteModel value) Generated method - Setter ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.voidsetCatalog(CatalogModel value) Generated method - Setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.voidGenerated method - Setter ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.voidsetEnabled(boolean value) Generated method - Setter ofMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.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:
-
BASESITE
Generated constant - Attribute key ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.- See Also:
-
CATALOG
Generated constant - Attribute key ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.- See Also:
-
CATALOGVERSION
Generated constant - Attribute key ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.- See Also:
-
ENABLED
Generated constant - Attribute key ofMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.- See Also:
-
BASECATEGORYURL
Generated constant - Attribute key ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- See Also:
-
-
Constructor Details
-
MerchSynchronizationConfigModel
public MerchSynchronizationConfigModel()Generated constructor - Default constructor for generic creation. -
MerchSynchronizationConfigModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
MerchSynchronizationConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion) 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:
_baseSite- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices_catalog- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices_catalogVersion- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices
-
MerchSynchronizationConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, 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:
_baseSite- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices_catalog- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices_catalogVersion- initial attribute declared by typeMerchSynchronizationConfigat extensionmerchandisingservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getBaseCategoryUrl
Generated method - Getter of theMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- Returns:
- the baseCategoryUrl
-
getBaseSite
Generated method - Getter of theMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.- Returns:
- the baseSite - Base site to synchronize
-
getCatalog
Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.- Returns:
- the catalog - Catalog to synchronize
-
getCatalogVersion
Generated method - Getter of theMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.- Returns:
- the catalogVersion - Catalog Version to synchronize
-
isEnabled
Generated method - Getter of theMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.- Returns:
- the enabled
-
setBaseCategoryUrl
Generated method - Setter ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- Parameters:
value- the baseCategoryUrl
-
setBaseSite
Generated method - Setter ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.- Parameters:
value- the baseSite - Base site to synchronize
-
setCatalog
Generated method - Setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.- Parameters:
value- the catalog - Catalog to synchronize
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.- Parameters:
value- the catalogVersion - Catalog Version to synchronize
-
setEnabled
Generated method - Setter ofMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.- Parameters:
value- the enabled
-