Class CxPeriodicVoterConfigModel
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.CxPeriodicVoterConfigModel
- All Implemented Interfaces:
Serializable
Generated model class for type CxPeriodicVoterConfig 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 relationCxConfigToCxPeriodicVoterConfigdefining source attributecxConfigin extensionpersonalizationservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.static final StringGenerated constant - Attribute key ofCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.static final StringGenerated constant - Attribute key ofCxPeriodicVoterConfig.userMinTimeattribute 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 contextCxPeriodicVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, ItemModel _owner, Integer _userMinRequestNumber, Long _userMinTime) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxPeriodicVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, Integer _userMinRequestNumber, Long _userMinTime) 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 theCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.Generated method - Getter of theCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.Generated method - Getter of theCxPeriodicVoterConfig.userMinTimeattribute defined at extensionpersonalizationservices.voidsetCxConfig(CxConfigModel value) Generated method - Setter ofCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.voidsetUserMinRequestNumber(Integer value) Generated method - Setter ofCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.voidsetUserMinTime(Long value) Generated method - Setter ofCxPeriodicVoterConfig.userMinTimeattribute 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:
-
_CXCONFIGTOCXPERIODICVOTERCONFIG
Generated relation code constant for relationCxConfigToCxPeriodicVoterConfigdefining source attributecxConfigin extensionpersonalizationservices.- See Also:
-
USERMINTIME
Generated constant - Attribute key ofCxPeriodicVoterConfig.userMinTimeattribute defined at extensionpersonalizationservices.- See Also:
-
USERMINREQUESTNUMBER
Generated constant - Attribute key ofCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.- See Also:
-
CXCONFIG
Generated constant - Attribute key ofCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- See Also:
-
-
Constructor Details
-
CxPeriodicVoterConfigModel
public CxPeriodicVoterConfigModel()Generated constructor - Default constructor for generic creation. -
CxPeriodicVoterConfigModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CxPeriodicVoterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CxPeriodicVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, Integer _userMinRequestNumber, Long _userMinTime) 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 typeCxPeriodicVoterConfigat extensionpersonalizationservices_userMinRequestNumber- initial attribute declared by typeCxPeriodicVoterConfigat extensionpersonalizationservices_userMinTime- initial attribute declared by typeCxPeriodicVoterConfigat extensionpersonalizationservices
-
CxPeriodicVoterConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public CxPeriodicVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, ItemModel _owner, Integer _userMinRequestNumber, Long _userMinTime) 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 typeCxPeriodicVoterConfigat extensionpersonalizationservices_owner- initial attribute declared by typeItemat extensioncore_userMinRequestNumber- initial attribute declared by typeCxPeriodicVoterConfigat extensionpersonalizationservices_userMinTime- initial attribute declared by typeCxPeriodicVoterConfigat extensionpersonalizationservices
-
-
Method Details
-
getCxConfig
Generated method - Getter of theCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- Returns:
- the cxConfig
-
getUserMinRequestNumber
Generated method - Getter of theCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.- Returns:
- the userMinRequestNumber - Actions requiring request number
-
getUserMinTime
Generated method - Getter of theCxPeriodicVoterConfig.userMinTimeattribute defined at extensionpersonalizationservices.- Returns:
- the userMinTime - Actions interval
-
setCxConfig
Generated method - Setter ofCxPeriodicVoterConfig.cxConfigattribute defined at extensionpersonalizationservices.- Parameters:
value- the cxConfig
-
setUserMinRequestNumber
@Accessor(qualifier="userMinRequestNumber", type=SETTER) public void setUserMinRequestNumber(Integer value) Generated method - Setter ofCxPeriodicVoterConfig.userMinRequestNumberattribute defined at extensionpersonalizationservices.- Parameters:
value- the userMinRequestNumber - Actions requiring request number
-
setUserMinTime
Generated method - Setter ofCxPeriodicVoterConfig.userMinTimeattribute defined at extensionpersonalizationservices.- Parameters:
value- the userMinTime - Actions interval
-