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:
Serializable
- See Also:
-
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, VARIATIONSFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRank()Generated method - Getter of theCxCustomization.rankdynamic attribute defined at extensionpersonalizationservices.booleanisActive()Generated method - Getter of theCxCustomization.activedynamic attribute defined at extensionpersonalizationservices.voidGenerated 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, setVariationsMethods 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
-
Constructor Details
-
CxCustomizationModelStub
public CxCustomizationModelStub() -
CxCustomizationModelStub
-
-
Method Details
-
setRank
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
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
-