Class CxUrlVoterConfigModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.personalizationservices.model.config.CxAbstractCalcConfigModel
de.hybris.platform.personalizationservices.model.config.CxUrlVoterConfigModel
- All Implemented Interfaces:
Serializable
Generated model class for type CxUrlVoterConfig first defined at extension personalizationservices.
- 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 relation code constant for relationCxConfigToCxUrlVoterConfigdefining source attributecxConfigin extensionpersonalizationservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.static final StringGenerated constant - Attribute key ofCxUrlVoterConfig.cxConfigPOSattribute defined at extensionpersonalizationservices.static final StringGenerated constant - Attribute key ofCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.Fields inherited from class de.hybris.platform.personalizationservices.model.config.CxAbstractCalcConfigModel
ACTIONS, CODE, USERTYPEFields 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.Generated constructor - Default constructor for creation with existing contextCxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, ItemModel _owner, String _urlRegexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, String _urlRegexp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.Generated method - Getter of theCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.voidsetCxConfig(CxConfigModel value) Generated method - Setter ofCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.voidsetUrlRegexp(String value) Generated method - Setter ofCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.Methods inherited from class de.hybris.platform.personalizationservices.model.config.CxAbstractCalcConfigModel
getActions, getCode, getUserType, setActions, setCode, setUserTypeMethods 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:
-
_CXCONFIGTOCXURLVOTERCONFIG
Generated relation code constant for relationCxConfigToCxUrlVoterConfigdefining source attributecxConfigin extensionpersonalizationservices.- See Also:
-
URLREGEXP
Generated constant - Attribute key ofCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.- See Also:
-
CXCONFIGPOS
Generated constant - Attribute key ofCxUrlVoterConfig.cxConfigPOSattribute defined at extensionpersonalizationservices.- See Also:
-
CXCONFIG
Generated constant - Attribute key ofCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- See Also:
-
-
Constructor Details
-
CxUrlVoterConfigModel
public CxUrlVoterConfigModel()Generated constructor - Default constructor for generic creation. -
CxUrlVoterConfigModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CxUrlVoterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, String _urlRegexp) 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:
_actions- initial attribute declared by typeCxAbstractCalcConfigat extensionpersonalizationservices_code- initial attribute declared by typeCxAbstractCalcConfigat extensionpersonalizationservices_cxConfig- initial attribute declared by typeCxUrlVoterConfigat extensionpersonalizationservices_urlRegexp- initial attribute declared by typeCxUrlVoterConfigat extensionpersonalizationservices
-
CxUrlVoterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, ItemModel _owner, String _urlRegexp) 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:
_actions- initial attribute declared by typeCxAbstractCalcConfigat extensionpersonalizationservices_code- initial attribute declared by typeCxAbstractCalcConfigat extensionpersonalizationservices_cxConfig- initial attribute declared by typeCxUrlVoterConfigat extensionpersonalizationservices_owner- initial attribute declared by typeItemat extensioncore_urlRegexp- initial attribute declared by typeCxUrlVoterConfigat extensionpersonalizationservices
-
-
Method Details
-
getCxConfig
Generated method - Getter of theCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- Returns:
- the cxConfig
-
getUrlRegexp
Generated method - Getter of theCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.- Returns:
- the urlRegexp - Url regexp
-
setCxConfig
Generated method - Setter ofCxUrlVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- Parameters:
value- the cxConfig
-
setUrlRegexp
Generated method - Setter ofCxUrlVoterConfig.urlRegexpattribute defined at extensionpersonalizationservices.- Parameters:
value- the urlRegexp - Url regexp
-