public class CxAbstractCalcConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIONS
Generated constant - Attribute key of
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices. |
static java.lang.String |
CODE
Generated constant - Attribute key of
CxAbstractCalcConfig.code attribute defined at extension personalizationservices. |
static java.lang.String |
USERTYPE
Generated constant - Attribute key of
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxAbstractCalcConfigModel()
Generated constructor - Default constructor for generic creation.
|
CxAbstractCalcConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CxAbstractCalcConfigModel(java.util.Set<java.lang.String> _actions,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxAbstractCalcConfigModel(java.util.Set<java.lang.String> _actions,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getActions()
Generated method - Getter of the
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices. |
java.lang.String |
getCode()
Generated method - Getter of the
CxAbstractCalcConfig.code attribute defined at extension personalizationservices. |
CxUserType |
getUserType()
Generated method - Getter of the
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices. |
void |
setActions(java.util.Set<java.lang.String> value)
Generated method - Setter of
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
CxAbstractCalcConfig.code attribute defined at extension personalizationservices. |
void |
setUserType(CxUserType value)
Generated method - Setter of
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CODE
CxAbstractCalcConfig.code attribute defined at extension personalizationservices.public static final java.lang.String ACTIONS
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices.public static final java.lang.String USERTYPE
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices.public CxAbstractCalcConfigModel()
public CxAbstractCalcConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CxAbstractCalcConfigModel(java.util.Set<java.lang.String> _actions,
java.lang.String _code)
_actions - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices_code - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices@Deprecated
public CxAbstractCalcConfigModel(java.util.Set<java.lang.String> _actions,
java.lang.String _code,
ItemModel _owner)
_actions - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices_code - initial attribute declared by type CxAbstractCalcConfig at extension personalizationservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actions", type=GETTER) public java.util.Set<java.lang.String> getActions()
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
CxAbstractCalcConfig.code attribute defined at extension personalizationservices.@Accessor(qualifier="userType", type=GETTER) public CxUserType getUserType()
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices.@Accessor(qualifier="actions", type=SETTER) public void setActions(java.util.Set<java.lang.String> value)
CxAbstractCalcConfig.actions attribute defined at extension personalizationservices.value - the actions - Collection of recalculate actions string representations@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CxAbstractCalcConfig.code attribute defined at extension personalizationservices. Can only be used at creation of model - before first save.value - the code - Unique identifier@Accessor(qualifier="userType", type=SETTER) public void setUserType(CxUserType value)
CxAbstractCalcConfig.userType attribute defined at extension personalizationservices.value - the userType - User type for which config is validCopyright © 2018 SAP SE. All Rights Reserved.