Class CxUrlVoterConfigModel

All Implemented Interfaces:
Serializable

public class CxUrlVoterConfigModel extends CxAbstractCalcConfigModel
Generated model class for type CxUrlVoterConfig first defined at extension personalizationservices.
See Also:
  • 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(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