public class MerchSynchronizationConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASECATEGORYURL
Generated constant - Attribute key of
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices. |
static java.lang.String |
BASESITE
Generated constant - Attribute key of
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices. |
static java.lang.String |
CATALOG
Generated constant - Attribute key of
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices. |
static java.lang.String |
ENABLED
Generated constant - Attribute key of
MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MerchSynchronizationConfigModel()
Generated constructor - Default constructor for generic creation.
|
MerchSynchronizationConfigModel(BaseSiteModel _baseSite,
CatalogModel _catalog,
CatalogVersionModel _catalogVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MerchSynchronizationConfigModel(BaseSiteModel _baseSite,
CatalogModel _catalog,
CatalogVersionModel _catalogVersion,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MerchSynchronizationConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseCategoryUrl()
Generated method - Getter of the
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices. |
BaseSiteModel |
getBaseSite()
Generated method - Getter of the
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices. |
CatalogModel |
getCatalog()
Generated method - Getter of the
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices. |
boolean |
isEnabled()
Generated method - Getter of the
MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices. |
void |
setBaseCategoryUrl(java.lang.String value)
Generated method - Setter of
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices. |
void |
setBaseSite(BaseSiteModel value)
Generated method - Initial setter of
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices. |
void |
setCatalog(CatalogModel value)
Generated method - Initial setter of
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter of
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices. |
void |
setEnabled(boolean value)
Generated method - Setter of
MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String BASESITE
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices.public static final java.lang.String CATALOG
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices.public static final java.lang.String CATALOGVERSION
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices.public static final java.lang.String ENABLED
MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices.public static final java.lang.String BASECATEGORYURL
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.public MerchSynchronizationConfigModel()
public MerchSynchronizationConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion)
_baseSite - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices_catalog - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices_catalogVersion - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices@Deprecated public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, ItemModel _owner)
_baseSite - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices_catalog - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices_catalogVersion - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseCategoryUrl", type=GETTER) public java.lang.String getBaseCategoryUrl()
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices.@Accessor(qualifier="catalog", type=GETTER) public CatalogModel getCatalog()
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices.@Accessor(qualifier="enabled", type=GETTER) public boolean isEnabled()
MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices.@Accessor(qualifier="baseCategoryUrl", type=SETTER) public void setBaseCategoryUrl(java.lang.String value)
MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.value - the baseCategoryUrl@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.value - the baseSite - Base site to synchronize@Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.value - the catalog - Catalog to synchronize@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.value - the catalogVersion - Catalog Version to synchronizeCopyright © 2018 SAP SE. All Rights Reserved.