public class AbstractActionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
AbstractAction.code attribute defined at extension processing. |
static java.lang.String |
TARGET
Generated constant - Attribute key of
AbstractAction.target attribute defined at extension processing. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
AbstractAction.type attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractActionModel()
Generated constructor - Default constructor for generic creation.
|
AbstractActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractActionModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractActionModel(java.lang.String _code,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
AbstractAction.code attribute defined at extension processing. |
java.lang.String |
getTarget()
Generated method - Getter of the
AbstractAction.target attribute defined at extension processing. |
ActionType |
getType()
Generated method - Getter of the
AbstractAction.type attribute defined at extension processing. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
AbstractAction.code attribute defined at extension processing. |
void |
setTarget(java.lang.String value)
Generated method - Initial setter of
AbstractAction.target attribute defined at extension processing. |
void |
setType(ActionType value)
Generated method - Initial setter of
AbstractAction.type attribute defined at extension processing. |
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
AbstractAction.code attribute defined at extension processing.public static final java.lang.String TYPE
AbstractAction.type attribute defined at extension processing.public static final java.lang.String TARGET
AbstractAction.target attribute defined at extension processing.public AbstractActionModel()
public AbstractActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AbstractActionModel(java.lang.String _code,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type AbstractAction at extension processing_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type AbstractAction at extension processing@Deprecated
public AbstractActionModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type AbstractAction at extension processing_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type AbstractAction at extension processing@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
AbstractAction.code attribute defined at extension processing.@Accessor(qualifier="target", type=GETTER) public java.lang.String getTarget()
AbstractAction.target attribute defined at extension processing.@Accessor(qualifier="type", type=GETTER) public ActionType getType()
AbstractAction.type attribute defined at extension processing.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
AbstractAction.code attribute defined at extension processing. Can only be used at creation of model - before first save.value - the code@Accessor(qualifier="target", type=SETTER) public void setTarget(java.lang.String value)
AbstractAction.target attribute defined at extension processing. Can only be used at creation of model - before first save.value - the target@Accessor(qualifier="type", type=SETTER) public void setType(ActionType value)
AbstractAction.type attribute defined at extension processing. Can only be used at creation of model - before first save.value - the typeCopyright © 2018 SAP SE. All Rights Reserved.