public class MobileReceiveAndSubscribeActionModel extends MobileReceiveGenericActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTERRORMESSAGE
Generated constant - Attribute key of
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices. |
static java.lang.String |
LIST
Generated constant - Attribute key of
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices. |
static java.lang.String |
REMOVE
Generated constant - Attribute key of
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices. |
static java.lang.String |
SUCCESSMESSAGE
Generated constant - Attribute key of
MobileReceiveAndSubscribeAction.successMessage 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 |
|---|
MobileReceiveAndSubscribeActionModel()
Generated constructor - Default constructor for generic creation.
|
MobileReceiveAndSubscribeActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileReceiveAndSubscribeActionModel(java.lang.String _code,
PhoneNumberListModel _list,
ItemModel _owner,
java.lang.String _successMessage,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileReceiveAndSubscribeActionModel(java.lang.String _code,
PhoneNumberListModel _list,
java.lang.String _successMessage,
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 |
getDefaultErrorMessage()
Generated method - Getter of the
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices. |
PhoneNumberListModel |
getList()
Generated method - Getter of the
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices. |
java.lang.Boolean |
getRemove()
Generated method - Getter of the
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices. |
java.lang.String |
getSuccessMessage()
Generated method - Getter of the
MobileReceiveAndSubscribeAction.successMessage attribute defined at extension mobileservices. |
void |
setDefaultErrorMessage(java.lang.String value)
Generated method - Setter of
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices. |
void |
setList(PhoneNumberListModel value)
Generated method - Setter of
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices. |
void |
setRemove(java.lang.Boolean value)
Generated method - Setter of
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices. |
void |
setSuccessMessage(java.lang.String value)
Generated method - Setter of
MobileReceiveAndSubscribeAction.successMessage 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 REMOVE
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices.public static final java.lang.String LIST
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices.public static final java.lang.String SUCCESSMESSAGE
MobileReceiveAndSubscribeAction.successMessage attribute defined at extension mobileservices.public static final java.lang.String DEFAULTERRORMESSAGE
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices.public MobileReceiveAndSubscribeActionModel()
public MobileReceiveAndSubscribeActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public MobileReceiveAndSubscribeActionModel(java.lang.String _code,
PhoneNumberListModel _list,
java.lang.String _successMessage,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_list - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_successMessage - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_target - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Deprecated
public MobileReceiveAndSubscribeActionModel(java.lang.String _code,
PhoneNumberListModel _list,
ItemModel _owner,
java.lang.String _successMessage,
java.lang.String _target,
ActionType _type)
_code - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices_list - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_owner - initial attribute declared by type Item at extension core_successMessage - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_target - initial attribute declared by type MobileReceiveAndSubscribeAction at extension mobileservices_type - initial attribute declared by type MobileReceiveGenericAction at extension mobileservices@Accessor(qualifier="defaultErrorMessage", type=GETTER) public java.lang.String getDefaultErrorMessage()
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices.@Accessor(qualifier="list", type=GETTER) public PhoneNumberListModel getList()
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices.@Accessor(qualifier="remove", type=GETTER) public java.lang.Boolean getRemove()
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices.@Accessor(qualifier="successMessage", type=GETTER) public java.lang.String getSuccessMessage()
MobileReceiveAndSubscribeAction.successMessage attribute defined at extension mobileservices.@Accessor(qualifier="defaultErrorMessage", type=SETTER) public void setDefaultErrorMessage(java.lang.String value)
MobileReceiveAndSubscribeAction.defaultErrorMessage attribute defined at extension mobileservices.value - the defaultErrorMessage@Accessor(qualifier="list", type=SETTER) public void setList(PhoneNumberListModel value)
MobileReceiveAndSubscribeAction.list attribute defined at extension mobileservices.value - the list@Accessor(qualifier="remove", type=SETTER) public void setRemove(java.lang.Boolean value)
MobileReceiveAndSubscribeAction.remove attribute defined at extension mobileservices.value - the removeCopyright © 2018 SAP SE. All Rights Reserved.