public class MobileReceiveAndSendPageActionModel extends MobileReceiveAndSendItemActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
CONTENT, DEEPLINKURL, ISLINK, SUBJECTCODE, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileReceiveAndSendPageActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileReceiveAndSendPageActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileReceiveAndSendPageActionModel(java.lang.String _code,
ContentPageModel _content,
DeeplinkUrlModel _deeplinkUrl,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSendPageActionModel(java.lang.String _code,
ContentPageModel _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 |
|---|---|
ContentPageModel |
getContent()
Generated method - Getter of the
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices and redeclared at extension mobileoptionals. |
void |
setContent(ItemModel value)
Generated method - Setter of
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices and redeclared at extension mobileoptionals. |
getDeeplinkUrl, getIsLink, getSubject, setDeeplinkUrl, setIsLink, setSubjectsetCodegetCode, 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 MobileReceiveAndSendPageActionModel()
public MobileReceiveAndSendPageActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public MobileReceiveAndSendPageActionModel(java.lang.String _code,
ContentPageModel _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 MobileReceiveAndSendPageAction at extension mobileoptionals_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 MobileReceiveAndSendPageActionModel(java.lang.String _code,
ContentPageModel _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 MobileReceiveAndSendPageAction at extension mobileoptionals_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 ContentPageModel getContent()
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices and redeclared at extension mobileoptionals.getContent in class MobileReceiveAndSendItemActionModel@Accessor(qualifier="content", type=SETTER) public void setContent(ItemModel value)
MobileReceiveAndSendItemAction.content attribute defined at extension mobileservices and redeclared at extension mobileoptionals. Will only accept values of type ContentPageModel.setContent in class MobileReceiveAndSendItemActionModelvalue - the contentCopyright © 2018 SAP SE. All Rights Reserved.