public class MobileReceiveAndSendTextActionModel 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
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices. |
static java.lang.String |
ISLINK
Generated constant - Attribute key of
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices. |
static java.lang.String |
SUBJECT
Generated constant - Attribute key of
MobileReceiveAndSendTextAction.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 |
|---|
MobileReceiveAndSendTextActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileReceiveAndSendTextActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileReceiveAndSendTextActionModel(java.lang.String _code,
java.lang.String _content,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSendTextActionModel(java.lang.String _code,
java.lang.String _content,
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 |
getContent()
Generated method - Getter of the
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices. |
java.lang.Boolean |
getIsLink()
Generated method - Getter of the
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices. |
java.lang.String |
getSubject()
Generated method - Getter of the
MobileReceiveAndSendTextAction.subject attribute defined at extension mobileservices. |
void |
setContent(java.lang.String value)
Generated method - Setter of
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices. |
void |
setIsLink(java.lang.Boolean value)
Generated method - Setter of
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices. |
void |
setSubject(java.lang.String value)
Generated method - Setter of
MobileReceiveAndSendTextAction.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 ISLINK
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices.public static final java.lang.String CONTENT
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices.public static final java.lang.String SUBJECT
MobileReceiveAndSendTextAction.subject attribute defined at extension mobileservices.public MobileReceiveAndSendTextActionModel()
public MobileReceiveAndSendTextActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public MobileReceiveAndSendTextActionModel(java.lang.String _code,
java.lang.String _content,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_content - initial attribute declared by type MobileReceiveAndSendTextAction at extension mobileservices_target - initial attribute declared by type MobileReceiveAndSendTextAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Deprecated
public MobileReceiveAndSendTextActionModel(java.lang.String _code,
java.lang.String _content,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_content - initial attribute declared by type MobileReceiveAndSendTextAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type MobileReceiveAndSendTextAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Accessor(qualifier="content", type=GETTER) public java.lang.String getContent()
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices.@Accessor(qualifier="isLink", type=GETTER) public java.lang.Boolean getIsLink()
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices.@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject()
MobileReceiveAndSendTextAction.subject attribute defined at extension mobileservices.@Accessor(qualifier="content", type=SETTER) public void setContent(java.lang.String value)
MobileReceiveAndSendTextAction.content attribute defined at extension mobileservices.value - the content@Accessor(qualifier="isLink", type=SETTER) public void setIsLink(java.lang.Boolean value)
MobileReceiveAndSendTextAction.isLink attribute defined at extension mobileservices.value - the isLinkCopyright © 2018 SAP SE. All Rights Reserved.