public class MobileSendTextActionModel extends AbstractMobileSendActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
TEMPLATE
Generated constant - Attribute key of
MobileSendTextAction.template attribute defined at extension mobileservices. |
DEFAULTLANGUAGE, FILTERLISTS_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileSendTextActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileSendTextActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileSendTextActionModel(String _code,
LanguageModel _defaultLanguage,
ItemModel _owner,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MobileSendTextActionModel(String _code,
LanguageModel _defaultLanguage,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplate()
Generated method - Getter of the
MobileSendTextAction.template attribute defined at extension mobileservices. |
String |
getTemplate(Locale loc)
Generated method - Getter of the
MobileSendTextAction.template attribute defined at extension mobileservices. |
void |
setTemplate(String value)
Generated method - Setter of
MobileSendTextAction.template attribute defined at extension mobileservices. |
void |
setTemplate(String value,
Locale loc)
Generated method - Setter of
MobileSendTextAction.template attribute defined at extension mobileservices. |
getDefaultLanguage, getFilterLists, setCode, setDefaultLanguage, setFilterListsgetCode, 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 TEMPLATE
MobileSendTextAction.template attribute defined at extension mobileservices.public MobileSendTextActionModel()
public MobileSendTextActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileSendTextActionModel(String _code, LanguageModel _defaultLanguage, String _target, ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultLanguage - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_target - initial attribute declared by type MobileSendTextAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Deprecated public MobileSendTextActionModel(String _code, LanguageModel _defaultLanguage, ItemModel _owner, String _target, ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultLanguage - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type MobileSendTextAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Accessor(qualifier="template", type=GETTER) public String getTemplate()
MobileSendTextAction.template attribute defined at extension mobileservices.@Accessor(qualifier="template", type=GETTER) public String getTemplate(Locale loc)
MobileSendTextAction.template attribute defined at extension mobileservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="template", type=SETTER) public void setTemplate(String value)
MobileSendTextAction.template attribute defined at extension mobileservices.value - the template@Accessor(qualifier="template", type=SETTER) public void setTemplate(String value, Locale loc)
MobileSendTextAction.template attribute defined at extension mobileservices.value - the templateloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.