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:
java.io.Serializable
public class MerchSynchronizationConfigModel extends ItemModel
Generated model class for type MerchSynchronizationConfig first defined at extension merchandisingservices.- 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.StringBASECATEGORYURLGenerated constant - Attribute key ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.static java.lang.StringBASESITEGenerated constant - Attribute key ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.static java.lang.StringCATALOGGenerated constant - Attribute key ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.static java.lang.StringCATALOGVERSIONGenerated constant - Attribute key ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.static java.lang.StringENABLEDGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description MerchSynchronizationConfigModel()Generated 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 parametersMerchSynchronizationConfigModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBaseCategoryUrl()Generated method - Getter of theMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.BaseSiteModelgetBaseSite()Generated method - Getter of theMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.CatalogModelgetCatalog()Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.CatalogVersionModelgetCatalogVersion()Generated method - Getter of theMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.booleanisEnabled()Generated method - Getter of theMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.voidsetBaseCategoryUrl(java.lang.String value)Generated method - Setter ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.voidsetBaseSite(BaseSiteModel value)Generated method - Initial setter ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.voidsetCatalog(CatalogModel value)Generated method - Initial setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.voidsetCatalogVersion(CatalogVersionModel value)Generated method - Initial 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, 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
-
BASESITE
public static final java.lang.String BASESITE
Generated constant - Attribute key ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.- See Also:
- Constant Field Values
-
CATALOG
public static final java.lang.String CATALOG
Generated constant - Attribute key ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
Generated constant - Attribute key ofMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.- See Also:
- Constant Field Values
-
BASECATEGORYURL
public static final java.lang.String BASECATEGORYURL
Generated constant - Attribute key ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MerchSynchronizationConfigModel
public MerchSynchronizationConfigModel()
Generated constructor - Default constructor for generic creation.
-
MerchSynchronizationConfigModel
public MerchSynchronizationConfigModel(ItemModelContext ctx)
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 Detail
-
getBaseCategoryUrl
@Accessor(qualifier="baseCategoryUrl", type=GETTER) public java.lang.String getBaseCategoryUrl()
Generated method - Getter of theMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- Returns:
- the baseCategoryUrl
-
getBaseSite
@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
Generated method - Getter of theMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices.- Returns:
- the baseSite - Base site to synchronize
-
getCatalog
@Accessor(qualifier="catalog", type=GETTER) public CatalogModel getCatalog()
Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.- Returns:
- the catalog - Catalog to synchronize
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices.- Returns:
- the catalogVersion - Catalog Version to synchronize
-
isEnabled
@Accessor(qualifier="enabled", type=GETTER) public boolean isEnabled()
Generated method - Getter of theMerchSynchronizationConfig.enabledattribute defined at extensionmerchandisingservices.- Returns:
- the enabled
-
setBaseCategoryUrl
@Accessor(qualifier="baseCategoryUrl", type=SETTER) public void setBaseCategoryUrl(java.lang.String value)
Generated method - Setter ofMerchSynchronizationConfig.baseCategoryUrlattribute defined at extensionmerchandisingservices.- Parameters:
value- the baseCategoryUrl
-
setBaseSite
@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
Generated method - Initial setter ofMerchSynchronizationConfig.baseSiteattribute defined at extensionmerchandisingservices. Can only be used at creation of model - before first save.- Parameters:
value- the baseSite - Base site to synchronize
-
setCatalog
@Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
Generated method - Initial setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices. Can only be used at creation of model - before first save.- Parameters:
value- the catalog - Catalog to synchronize
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter ofMerchSynchronizationConfig.catalogVersionattribute defined at extensionmerchandisingservices. Can only be used at creation of model - before first save.- Parameters:
value- the catalogVersion - Catalog Version to synchronize
-
-