public class CxResultsModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CXUSERTOCXRESULTS
Generated relation code constant for relation
CxUserToCxResults defining source attribute user in extension personalizationservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CALCULATIONTIME
Generated constant - Attribute key of
CxResults.calculationTime attribute defined at extension personalizationservices. |
static String |
CATALOGVERSION
Generated constant - Attribute key of
CxResults.catalogVersion attribute defined at extension personalizationservices. |
static String |
RESULTS
Generated constant - Attribute key of
CxResults.results attribute defined at extension personalizationservices. |
static String |
USER
Generated constant - Attribute key of
CxResults.user attribute defined at extension personalizationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxResultsModel()
Generated constructor - Default constructor for generic creation.
|
CxResultsModel(Date _calculationTime,
CatalogVersionModel _catalogVersion,
ItemModel _owner,
Object _results,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxResultsModel(Date _calculationTime,
CatalogVersionModel _catalogVersion,
Object _results,
UserModel _user)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxResultsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCalculationTime()
Generated method - Getter of the
CxResults.calculationTime attribute defined at extension personalizationservices. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
CxResults.catalogVersion attribute defined at extension personalizationservices. |
Object |
getResults()
Generated method - Getter of the
CxResults.results attribute defined at extension personalizationservices. |
UserModel |
getUser()
Generated method - Getter of the
CxResults.user attribute defined at extension personalizationservices. |
void |
setCalculationTime(Date value)
Generated method - Setter of
CxResults.calculationTime attribute defined at extension personalizationservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
CxResults.catalogVersion attribute defined at extension personalizationservices. |
void |
setResults(Object value)
Generated method - Setter of
CxResults.results attribute defined at extension personalizationservices. |
void |
setUser(UserModel value)
Generated method - Setter of
CxResults.user attribute defined at extension personalizationservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _CXUSERTOCXRESULTS
CxUserToCxResults defining source attribute user in extension personalizationservices.public static final String CATALOGVERSION
CxResults.catalogVersion attribute defined at extension personalizationservices.public static final String RESULTS
CxResults.results attribute defined at extension personalizationservices.public static final String CALCULATIONTIME
CxResults.calculationTime attribute defined at extension personalizationservices.public static final String USER
CxResults.user attribute defined at extension personalizationservices.public CxResultsModel()
public CxResultsModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxResultsModel(Date _calculationTime, CatalogVersionModel _catalogVersion, Object _results, UserModel _user)
_calculationTime - initial attribute declared by type CxResults at extension personalizationservices_catalogVersion - initial attribute declared by type CxResults at extension personalizationservices_results - initial attribute declared by type CxResults at extension personalizationservices_user - initial attribute declared by type CxResults at extension personalizationservices@Deprecated public CxResultsModel(Date _calculationTime, CatalogVersionModel _catalogVersion, ItemModel _owner, Object _results, UserModel _user)
_calculationTime - initial attribute declared by type CxResults at extension personalizationservices_catalogVersion - initial attribute declared by type CxResults at extension personalizationservices_owner - initial attribute declared by type Item at extension core_results - initial attribute declared by type CxResults at extension personalizationservices_user - initial attribute declared by type CxResults at extension personalizationservices@Accessor(qualifier="calculationTime", type=GETTER) public Date getCalculationTime()
CxResults.calculationTime attribute defined at extension personalizationservices.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
CxResults.catalogVersion attribute defined at extension personalizationservices.@Accessor(qualifier="results", type=GETTER) public Object getResults()
CxResults.results attribute defined at extension personalizationservices.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
CxResults.user attribute defined at extension personalizationservices.@Accessor(qualifier="calculationTime", type=SETTER) public void setCalculationTime(Date value)
CxResults.calculationTime attribute defined at extension personalizationservices.value - the calculationTime@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
CxResults.catalogVersion attribute defined at extension personalizationservices.value - the catalogVersion@Accessor(qualifier="results", type=SETTER) public void setResults(Object value)
CxResults.results attribute defined at extension personalizationservices.value - the resultsCopyright © 2017 SAP SE. All Rights Reserved.