Class CxResultsModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.personalizationservices.model.CxResultsModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CxResultsModel extends ItemModel
Generated model class for type CxResults first defined at extension personalizationservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_CXUSERTOCXRESULTS
Generated relation code constant for relationCxUserToCxResults
defining source attributeuser
in extensionpersonalizationservices
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
ADDITIONALDATA
Generated constant - Attribute key ofCxResults.additionalData
attribute defined at extensionpersonalizationservices
.static java.lang.String
ANONYMOUS
Generated constant - Attribute key ofCxResults.anonymous
attribute defined at extensionpersonalizationservices
.static java.lang.String
CALCULATIONTIME
Generated constant - Attribute key ofCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.static java.lang.String
CATALOGVERSION
Generated constant - Attribute key ofCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.static java.lang.String
DEFAULT
Generated constant - Attribute key ofCxResults.default
attribute defined at extensionpersonalizationservices
.static java.lang.String
KEY
Generated constant - Attribute key ofCxResults.key
attribute defined at extensionpersonalizationservices
.static java.lang.String
RESULTS
Generated constant - Attribute key ofCxResults.results
attribute defined at extensionpersonalizationservices
.static java.lang.String
SESSIONKEY
Generated constant - Attribute key ofCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.static java.lang.String
USER
Generated constant - Attribute key ofCxResults.user
attribute defined at extensionpersonalizationservices
.-
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 CxResultsModel()
Generated constructor - Default constructor for generic creation.CxResultsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCxResultsModel(java.util.Date _calculationTime, CatalogVersionModel _catalogVersion, java.lang.String _key, ItemModel _owner, java.lang.Object _results, java.lang.String _sessionKey)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxResultsModel(java.util.Date _calculationTime, CatalogVersionModel _catalogVersion, java.lang.String _key, java.lang.Object _results, java.lang.String _sessionKey)
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAdditionalData()
Generated method - Getter of theCxResults.additionalData
attribute defined at extensionpersonalizationservices
.java.util.Date
getCalculationTime()
Generated method - Getter of theCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.CatalogVersionModel
getCatalogVersion()
Generated method - Getter of theCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.java.lang.String
getKey()
Generated method - Getter of theCxResults.key
attribute defined at extensionpersonalizationservices
.java.lang.Object
getResults()
Generated method - Getter of theCxResults.results
attribute defined at extensionpersonalizationservices
.java.lang.String
getSessionKey()
Generated method - Getter of theCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.UserModel
getUser()
Generated method - Getter of theCxResults.user
attribute defined at extensionpersonalizationservices
.boolean
isAnonymous()
Generated method - Getter of theCxResults.anonymous
attribute defined at extensionpersonalizationservices
.boolean
isDefault()
Generated method - Getter of theCxResults.default
attribute defined at extensionpersonalizationservices
.void
setAdditionalData(java.lang.Object value)
Generated method - Setter ofCxResults.additionalData
attribute defined at extensionpersonalizationservices
.void
setAnonymous(boolean value)
Generated method - Setter ofCxResults.anonymous
attribute defined at extensionpersonalizationservices
.void
setCalculationTime(java.util.Date value)
Generated method - Setter ofCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.void
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.void
setDefault(boolean value)
Generated method - Setter ofCxResults.default
attribute defined at extensionpersonalizationservices
.void
setKey(java.lang.String value)
Generated method - Setter ofCxResults.key
attribute defined at extensionpersonalizationservices
.void
setResults(java.lang.Object value)
Generated method - Setter ofCxResults.results
attribute defined at extensionpersonalizationservices
.void
setSessionKey(java.lang.String value)
Generated method - Setter ofCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.void
setUser(UserModel value)
Generated method - Setter ofCxResults.user
attribute defined at extensionpersonalizationservices
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_CXUSERTOCXRESULTS
public static final java.lang.String _CXUSERTOCXRESULTS
Generated relation code constant for relationCxUserToCxResults
defining source attributeuser
in extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
KEY
public static final java.lang.String KEY
Generated constant - Attribute key ofCxResults.key
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
SESSIONKEY
public static final java.lang.String SESSIONKEY
Generated constant - Attribute key ofCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
RESULTS
public static final java.lang.String RESULTS
Generated constant - Attribute key ofCxResults.results
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
ADDITIONALDATA
public static final java.lang.String ADDITIONALDATA
Generated constant - Attribute key ofCxResults.additionalData
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
CALCULATIONTIME
public static final java.lang.String CALCULATIONTIME
Generated constant - Attribute key ofCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
ANONYMOUS
public static final java.lang.String ANONYMOUS
Generated constant - Attribute key ofCxResults.anonymous
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
DEFAULT
public static final java.lang.String DEFAULT
Generated constant - Attribute key ofCxResults.default
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Generated constant - Attribute key ofCxResults.user
attribute defined at extensionpersonalizationservices
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CxResultsModel
public CxResultsModel()
Generated constructor - Default constructor for generic creation.
-
CxResultsModel
public CxResultsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
CxResultsModel
@Deprecated(since="4.1.1", forRemoval=true) public CxResultsModel(java.util.Date _calculationTime, CatalogVersionModel _catalogVersion, java.lang.String _key, java.lang.Object _results, java.lang.String _sessionKey)
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:
_calculationTime
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_catalogVersion
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_key
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_results
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_sessionKey
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
-
CxResultsModel
@Deprecated(since="4.1.1", forRemoval=true) public CxResultsModel(java.util.Date _calculationTime, CatalogVersionModel _catalogVersion, java.lang.String _key, ItemModel _owner, java.lang.Object _results, java.lang.String _sessionKey)
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:
_calculationTime
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_catalogVersion
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_key
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_owner
- initial attribute declared by typeItem
at extensioncore
_results
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
_sessionKey
- initial attribute declared by typeCxResults
at extensionpersonalizationservices
-
-
Method Detail
-
getAdditionalData
@Accessor(qualifier="additionalData", type=GETTER) public java.lang.Object getAdditionalData()
Generated method - Getter of theCxResults.additionalData
attribute defined at extensionpersonalizationservices
.- Returns:
- the additionalData
-
getCalculationTime
@Accessor(qualifier="calculationTime", type=GETTER) public java.util.Date getCalculationTime()
Generated method - Getter of theCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.- Returns:
- the calculationTime
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.- Returns:
- the catalogVersion
-
getKey
@Accessor(qualifier="key", type=GETTER) public java.lang.String getKey()
Generated method - Getter of theCxResults.key
attribute defined at extensionpersonalizationservices
.- Returns:
- the key
-
getResults
@Accessor(qualifier="results", type=GETTER) public java.lang.Object getResults()
Generated method - Getter of theCxResults.results
attribute defined at extensionpersonalizationservices
.- Returns:
- the results
-
getSessionKey
@Accessor(qualifier="sessionKey", type=GETTER) public java.lang.String getSessionKey()
Generated method - Getter of theCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.- Returns:
- the sessionKey
-
getUser
@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
Generated method - Getter of theCxResults.user
attribute defined at extensionpersonalizationservices
.- Returns:
- the user
-
isAnonymous
@Accessor(qualifier="anonymous", type=GETTER) public boolean isAnonymous()
Generated method - Getter of theCxResults.anonymous
attribute defined at extensionpersonalizationservices
.- Returns:
- the anonymous
-
isDefault
@Accessor(qualifier="default", type=GETTER) public boolean isDefault()
Generated method - Getter of theCxResults.default
attribute defined at extensionpersonalizationservices
.- Returns:
- the default - Mark for default results calculated for anonymous user
-
setAdditionalData
@Accessor(qualifier="additionalData", type=SETTER) public void setAdditionalData(java.lang.Object value)
Generated method - Setter ofCxResults.additionalData
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the additionalData
-
setAnonymous
@Accessor(qualifier="anonymous", type=SETTER) public void setAnonymous(boolean value)
Generated method - Setter ofCxResults.anonymous
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the anonymous
-
setCalculationTime
@Accessor(qualifier="calculationTime", type=SETTER) public void setCalculationTime(java.util.Date value)
Generated method - Setter ofCxResults.calculationTime
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the calculationTime
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofCxResults.catalogVersion
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the catalogVersion
-
setDefault
@Accessor(qualifier="default", type=SETTER) public void setDefault(boolean value)
Generated method - Setter ofCxResults.default
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the default - Mark for default results calculated for anonymous user
-
setKey
@Accessor(qualifier="key", type=SETTER) public void setKey(java.lang.String value)
Generated method - Setter ofCxResults.key
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the key
-
setResults
@Accessor(qualifier="results", type=SETTER) public void setResults(java.lang.Object value)
Generated method - Setter ofCxResults.results
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the results
-
setSessionKey
@Accessor(qualifier="sessionKey", type=SETTER) public void setSessionKey(java.lang.String value)
Generated method - Setter ofCxResults.sessionKey
attribute defined at extensionpersonalizationservices
.- Parameters:
value
- the sessionKey
-
-