public class MobileReceiveGenericActionModel extends AbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileReceiveGenericActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileReceiveGenericActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileReceiveGenericActionModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveGenericActionModel(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 |
|---|---|
void |
setCode(java.lang.String value)
Generated method - Setter of
AbstractAction.code attribute defined at extension processing and redeclared at extension mobileservices. |
getCode, getSegment, getTarget, getType, setSegment, setTarget, setTypegetComments, 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 MobileReceiveGenericActionModel()
public MobileReceiveGenericActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public MobileReceiveGenericActionModel(java.lang.String _code,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_target - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Deprecated
public MobileReceiveGenericActionModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
AbstractAction.code attribute defined at extension processing and redeclared at extension mobileservices. Will only accept values of type String.setCode in class AbstractActionModelvalue - the codeCopyright © 2018 SAP SE. All Rights Reserved.