public class MobileReceiveAndSendItemActionModel extends MobileReceiveGenericActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONTENT
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices. |
static String |
DEEPLINKURL
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices. |
static String |
ISLINK
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
static String |
SUBJECT
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices. |
_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileReceiveAndSendItemActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileReceiveAndSendItemActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileReceiveAndSendItemActionModel(String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
ItemModel _owner,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSendItemActionModel(String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
getContent()
Generated method - Getter of the
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices. |
DeeplinkUrlModel |
getDeeplinkUrl()
Generated method - Getter of the
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices. |
Boolean |
getIsLink()
Generated method - Getter of the
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
String |
getSubject()
Generated method - Getter of the
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices. |
void |
setContent(ItemModel value)
Generated method - Setter of
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices. |
void |
setDeeplinkUrl(DeeplinkUrlModel value)
Generated method - Setter of
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices. |
void |
setIsLink(Boolean value)
Generated method - Setter of
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
void |
setSubject(String value)
Generated method - Setter of
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices. |
setCodegetCode, getSegment, getTarget, getType, setSegment, setTarget, setTypegetComments, 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 CONTENT
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices.public static final String DEEPLINKURL
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices.public static final String SUBJECT
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices.public static final String ISLINK
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices.public MobileReceiveAndSendItemActionModel()
public MobileReceiveAndSendItemActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileReceiveAndSendItemActionModel(String _code, ItemModel _content, DeeplinkUrlModel _deeplinkUrl, String _target, ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_content - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_deeplinkUrl - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_target - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Deprecated public MobileReceiveAndSendItemActionModel(String _code, ItemModel _content, DeeplinkUrlModel _deeplinkUrl, ItemModel _owner, String _target, ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_content - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_deeplinkUrl - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type MobileReceiveAndSendItemAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Accessor(qualifier="content", type=GETTER) public ItemModel getContent()
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices.@Accessor(qualifier="deeplinkUrl", type=GETTER) public DeeplinkUrlModel getDeeplinkUrl()
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices.@Accessor(qualifier="isLink", type=GETTER) public Boolean getIsLink()
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices.@Accessor(qualifier="subject", type=GETTER) public String getSubject()
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices.@Accessor(qualifier="content", type=SETTER) public void setContent(ItemModel value)
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices.value - the content@Accessor(qualifier="deeplinkUrl", type=SETTER) public void setDeeplinkUrl(DeeplinkUrlModel value)
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices.value - the deeplinkUrl@Accessor(qualifier="isLink", type=SETTER) public void setIsLink(Boolean value)
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices.value - the isLinkCopyright © 2017 SAP SE. All Rights Reserved.