public class MobileSendItemLinkActionModel extends AbstractMobileSendActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEEPLINKURL
Generated constant - Attribute key of
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices. |
static java.lang.String |
DEFAULTITEM
Generated constant - Attribute key of
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices. |
static java.lang.String |
SUBJECT
Generated constant - Attribute key of
MobileSendItemLinkAction.subject attribute defined at extension mobileservices. |
DEFAULTLANGUAGE, FILTERLISTSCODE, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileSendItemLinkActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileSendItemLinkActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileSendItemLinkActionModel(java.lang.String _code,
ItemModel _defaultItem,
LanguageModel _defaultLanguage,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileSendItemLinkActionModel(java.lang.String _code,
ItemModel _defaultItem,
LanguageModel _defaultLanguage,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DeeplinkUrlModel |
getDeeplinkUrl()
Generated method - Getter of the
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices. |
ItemModel |
getDefaultItem()
Generated method - Getter of the
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices. |
java.lang.String |
getSubject()
Generated method - Getter of the
MobileSendItemLinkAction.subject attribute defined at extension mobileservices. |
java.lang.String |
getSubject(java.util.Locale loc)
Generated method - Getter of the
MobileSendItemLinkAction.subject attribute defined at extension mobileservices. |
void |
setDeeplinkUrl(DeeplinkUrlModel value)
Generated method - Setter of
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices. |
void |
setDefaultItem(ItemModel value)
Generated method - Setter of
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices. |
void |
setSubject(java.lang.String value)
Generated method - Setter of
MobileSendItemLinkAction.subject attribute defined at extension mobileservices. |
void |
setSubject(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
MobileSendItemLinkAction.subject attribute defined at extension mobileservices. |
getDefaultLanguage, getFilterLists, setCode, setDefaultLanguage, setFilterListsgetCode, 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 SUBJECT
MobileSendItemLinkAction.subject attribute defined at extension mobileservices.public static final java.lang.String DEFAULTITEM
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices.public static final java.lang.String DEEPLINKURL
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices.public MobileSendItemLinkActionModel()
public MobileSendItemLinkActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public MobileSendItemLinkActionModel(java.lang.String _code,
ItemModel _defaultItem,
LanguageModel _defaultLanguage,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultItem - initial attribute declared by type MobileSendItemLinkAction at extension mobileservices_defaultLanguage - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_target - initial attribute declared by type MobileSendItemLinkAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Deprecated
public MobileSendItemLinkActionModel(java.lang.String _code,
ItemModel _defaultItem,
LanguageModel _defaultLanguage,
ItemModel _owner,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type AbstractMobileSendAction at extension mobileservices_defaultItem - initial attribute declared by type MobileSendItemLinkAction 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 MobileSendItemLinkAction at extension mobileservices_type - initial attribute declared by type AbstractMobileSendAction at extension mobileservices@Accessor(qualifier="deeplinkUrl", type=GETTER) public DeeplinkUrlModel getDeeplinkUrl()
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices.@Accessor(qualifier="defaultItem", type=GETTER) public ItemModel getDefaultItem()
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices.@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject()
MobileSendItemLinkAction.subject attribute defined at extension mobileservices.@Accessor(qualifier="subject", type=GETTER) public java.lang.String getSubject(java.util.Locale loc)
MobileSendItemLinkAction.subject attribute defined at extension mobileservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="deeplinkUrl", type=SETTER) public void setDeeplinkUrl(DeeplinkUrlModel value)
MobileSendItemLinkAction.deeplinkUrl attribute defined at extension mobileservices.value - the deeplinkUrl@Accessor(qualifier="defaultItem", type=SETTER) public void setDefaultItem(ItemModel value)
MobileSendItemLinkAction.defaultItem attribute defined at extension mobileservices.value - the defaultItem@Accessor(qualifier="subject", type=SETTER) public void setSubject(java.lang.String value)
MobileSendItemLinkAction.subject attribute defined at extension mobileservices.value - the subject@Accessor(qualifier="subject", type=SETTER) public void setSubject(java.lang.String value, java.util.Locale loc)
MobileSendItemLinkAction.subject attribute defined at extension mobileservices.value - the subjectloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.