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

public class CxUrlVoterConfigModel extends CxAbstractCalcConfigModel
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

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation CxConfigToCxUrlVoterConfig defining source attribute cxConfig in extension personalizationservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
    static final String
    Generated constant - Attribute key of CxUrlVoterConfig.cxConfigPOS attribute defined at extension personalizationservices.
    static final String
    Generated constant - Attribute key of CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.

    Fields inherited from class de.hybris.platform.personalizationservices.model.config.CxAbstractCalcConfigModel

    ACTIONS, CODE, USERTYPE

    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
    Generated constructor - Default constructor for generic creation.
    CxUrlVoterConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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 parameters
    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 parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
    Generated method - Getter of the CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.
    void
    Generated method - Setter of CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
    void
    Generated method - Setter of CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.

    Methods inherited from class de.hybris.platform.personalizationservices.model.config.CxAbstractCalcConfigModel

    getActions, getCode, getUserType, setActions, setCode, setUserType

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CXCONFIGTOCXURLVOTERCONFIG

      public static final String _CXCONFIGTOCXURLVOTERCONFIG
      Generated relation code constant for relation CxConfigToCxUrlVoterConfig defining source attribute cxConfig in extension personalizationservices.
      See Also:
    • URLREGEXP

      public static final String URLREGEXP
      Generated constant - Attribute key of CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.
      See Also:
    • CXCONFIGPOS

      public static final String CXCONFIGPOS
      Generated constant - Attribute key of CxUrlVoterConfig.cxConfigPOS attribute defined at extension personalizationservices.
      See Also:
    • CXCONFIG

      public static final String CXCONFIG
      Generated constant - Attribute key of CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
      See Also:
  • Constructor Details

    • CxUrlVoterConfigModel

      public CxUrlVoterConfigModel()
      Generated constructor - Default constructor for generic creation.
    • CxUrlVoterConfigModel

      public CxUrlVoterConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _actions - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices
      _code - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices
      _cxConfig - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices
      _urlRegexp - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _actions - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices
      _code - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices
      _cxConfig - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices
      _owner - initial attribute declared by type Item at extension core
      _urlRegexp - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices
  • Method Details

    • getCxConfig

      @Accessor(qualifier="cxConfig", type=GETTER) public CxConfigModel getCxConfig()
      Generated method - Getter of the CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
      Returns:
      the cxConfig
    • getUrlRegexp

      @Accessor(qualifier="urlRegexp", type=GETTER) public String getUrlRegexp()
      Generated method - Getter of the CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.
      Returns:
      the urlRegexp - Url regexp
    • setCxConfig

      @Accessor(qualifier="cxConfig", type=SETTER) public void setCxConfig(CxConfigModel value)
      Generated method - Setter of CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.
      Parameters:
      value - the cxConfig
    • setUrlRegexp

      @Accessor(qualifier="urlRegexp", type=SETTER) public void setUrlRegexp(String value)
      Generated method - Setter of CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.
      Parameters:
      value - the urlRegexp - Url regexp