public class MobileReceiveAndSendItemActionModel extends MobileReceiveGenericActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONTENT
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices. |
static java.lang.String |
DEEPLINKURL
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices. |
static java.lang.String |
ISLINK
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
static java.lang.String |
SUBJECT
Generated constant - Attribute key of
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices. |
CODE, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSendItemActionModel(java.lang.String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
java.lang.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. |
java.lang.Boolean |
getIsLink()
Generated method - Getter of the
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
java.lang.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(java.lang.Boolean value)
Generated method - Setter of
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices. |
void |
setSubject(java.lang.String value)
Generated method - Setter of
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices. |
setCodegetCode, getTarget, getType, 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 static final java.lang.String CONTENT
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices.public static final java.lang.String DEEPLINKURL
MobileReceiveAndSendItemAction.deeplinkUrl attribute defined at extension mobileservices.public static final java.lang.String SUBJECT
MobileReceiveAndSendItemAction.subject attribute defined at extension mobileservices.public static final java.lang.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(java.lang.String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
java.lang.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(java.lang.String _code,
ItemModel _content,
DeeplinkUrlModel _deeplinkUrl,
ItemModel _owner,
java.lang.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 java.lang.Boolean getIsLink()
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices.@Accessor(qualifier="subject", type=GETTER) public java.lang.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(java.lang.Boolean value)
MobileReceiveAndSendItemAction.isLink attribute defined at extension mobileservices.value - the isLinkCopyright © 2018 SAP SE. All Rights Reserved.