Class CxCustomizationModelStub
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.personalizationservices.model.CxCustomizationModel
-
- de.hybris.platform.personalizationservices.stub.CxCustomizationModelStub
-
- All Implemented Interfaces:
java.io.Serializable
public class CxCustomizationModelStub extends CxCustomizationModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.personalizationservices.model.CxCustomizationModel
_CXGROUPTOCUSTOMIZATION, _TYPECODE, ACTIVE, CATALOGVERSION, CODE, DESCRIPTION, ENABLEDENDDATE, ENABLEDSTARTDATE, GROUP, GROUPPOS, LONGDESCRIPTION, NAME, RANK, STATUS, VARIATIONS
-
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 CxCustomizationModelStub()CxCustomizationModelStub(TimeService timeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetRank()Generated method - Getter of theCxCustomization.rankdynamic attribute defined at extensionpersonalizationservices.booleanisActive()Generated method - Getter of theCxCustomization.activedynamic attribute defined at extensionpersonalizationservices.voidsetRank(java.lang.Integer value)Generated method - Setter ofCxCustomization.rankdynamic attribute defined at extensionpersonalizationservices.-
Methods inherited from class de.hybris.platform.personalizationservices.model.CxCustomizationModel
getCatalogVersion, getCode, getDescription, getEnabledEndDate, getEnabledStartDate, getGroup, getLongDescription, getName, getStatus, getVariations, setCatalogVersion, setCode, setDescription, setEnabledEndDate, setEnabledStartDate, setGroup, setLongDescription, setName, setStatus, setVariations
-
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
-
-
-
-
Constructor Detail
-
CxCustomizationModelStub
public CxCustomizationModelStub()
-
CxCustomizationModelStub
public CxCustomizationModelStub(TimeService timeService)
-
-
Method Detail
-
setRank
public void setRank(java.lang.Integer value)
Description copied from class:CxCustomizationModelGenerated method - Setter ofCxCustomization.rankdynamic attribute defined at extensionpersonalizationservices.- Overrides:
setRankin classCxCustomizationModel- Parameters:
value- the rank - Defines the rank (priority) of the group
-
getRank
public java.lang.Integer getRank()
Description copied from class:CxCustomizationModelGenerated method - Getter of theCxCustomization.rankdynamic attribute defined at extensionpersonalizationservices.- Overrides:
getRankin classCxCustomizationModel- Returns:
- the rank - Defines the rank (priority) of the group
-
isActive
public boolean isActive()
Description copied from class:CxCustomizationModelGenerated method - Getter of theCxCustomization.activedynamic attribute defined at extensionpersonalizationservices.- Overrides:
isActivein classCxCustomizationModel- Returns:
- the active - Defines if the variation is active or not
-
-