public class MobileActionAssignmentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SHORTCODESACTIONASSIGNMENTSRELATION
Generated relation code constant for relation
ShortcodesActionAssignmentsRelation defining source attribute shortcode in extension mobileservices. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTION
Generated constant - Attribute key of
MobileActionAssignment.action attribute defined at extension mobileservices. |
static java.lang.String |
ENDDATE
Generated constant - Attribute key of
MobileActionAssignment.endDate attribute defined at extension mobileservices. |
static java.lang.String |
KEYWORD
Generated constant - Attribute key of
MobileActionAssignment.keyword attribute defined at extension mobileservices. |
static java.lang.String |
LANGUAGE
Generated constant - Attribute key of
MobileActionAssignment.language attribute defined at extension mobileservices. |
static java.lang.String |
PHONENUMBERFILTERS
Generated constant - Attribute key of
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices. |
static java.lang.String |
SHORTCODE
Generated constant - Attribute key of
MobileActionAssignment.shortcode attribute defined at extension mobileservices. |
static java.lang.String |
STARTDATE
Generated constant - Attribute key of
MobileActionAssignment.startDate attribute defined at extension mobileservices. |
static java.lang.String |
STATE
Generated constant - Attribute key of
MobileActionAssignment.state attribute defined at extension mobileservices. |
static java.lang.String |
TESTINGPHONENUMBERS
Generated constant - Attribute key of
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileActionAssignmentModel()
Generated constructor - Default constructor for generic creation.
|
MobileActionAssignmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileActionAssignmentModel(MobileReceiveGenericActionModel _action,
MobileActionKeywordModel _keyword,
ItemModel _owner,
MobileShortcodeModel _shortcode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileActionAssignmentModel(MobileReceiveGenericActionModel _action,
MobileActionKeywordModel _keyword,
MobileShortcodeModel _shortcode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
MobileReceiveGenericActionModel |
getAction()
Generated method - Getter of the
MobileActionAssignment.action attribute defined at extension mobileservices. |
java.util.Date |
getEndDate()
Generated method - Getter of the
MobileActionAssignment.endDate attribute defined at extension mobileservices. |
MobileActionKeywordModel |
getKeyword()
Generated method - Getter of the
MobileActionAssignment.keyword attribute defined at extension mobileservices. |
LanguageModel |
getLanguage()
Generated method - Getter of the
MobileActionAssignment.language attribute defined at extension mobileservices. |
java.util.Collection<PhoneNumberListModel> |
getPhoneNumberFilters()
Generated method - Getter of the
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices. |
MobileShortcodeModel |
getShortcode()
Generated method - Getter of the
MobileActionAssignment.shortcode attribute defined at extension mobileservices. |
java.util.Date |
getStartDate()
Generated method - Getter of the
MobileActionAssignment.startDate attribute defined at extension mobileservices. |
MobileActionAssignmentStateType |
getState()
Generated method - Getter of the
MobileActionAssignment.state attribute defined at extension mobileservices. |
java.util.Collection<PhoneNumberListModel> |
getTestingPhoneNumbers()
Generated method - Getter of the
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices. |
void |
setAction(MobileReceiveGenericActionModel value)
Generated method - Setter of
MobileActionAssignment.action attribute defined at extension mobileservices. |
void |
setEndDate(java.util.Date value)
Generated method - Setter of
MobileActionAssignment.endDate attribute defined at extension mobileservices. |
void |
setKeyword(MobileActionKeywordModel value)
Generated method - Setter of
MobileActionAssignment.keyword attribute defined at extension mobileservices. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
MobileActionAssignment.language attribute defined at extension mobileservices. |
void |
setPhoneNumberFilters(java.util.Collection<PhoneNumberListModel> value)
Generated method - Setter of
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices. |
void |
setShortcode(MobileShortcodeModel value)
Generated method - Setter of
MobileActionAssignment.shortcode attribute defined at extension mobileservices. |
void |
setStartDate(java.util.Date value)
Generated method - Setter of
MobileActionAssignment.startDate attribute defined at extension mobileservices. |
void |
setState(MobileActionAssignmentStateType value)
Generated method - Setter of
MobileActionAssignment.state attribute defined at extension mobileservices. |
void |
setTestingPhoneNumbers(java.util.Collection<PhoneNumberListModel> value)
Generated method - Setter of
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices. |
getComments, 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 _SHORTCODESACTIONASSIGNMENTSRELATION
ShortcodesActionAssignmentsRelation defining source attribute shortcode in extension mobileservices.public static final java.lang.String ACTION
MobileActionAssignment.action attribute defined at extension mobileservices.public static final java.lang.String KEYWORD
MobileActionAssignment.keyword attribute defined at extension mobileservices.public static final java.lang.String STATE
MobileActionAssignment.state attribute defined at extension mobileservices.public static final java.lang.String LANGUAGE
MobileActionAssignment.language attribute defined at extension mobileservices.public static final java.lang.String STARTDATE
MobileActionAssignment.startDate attribute defined at extension mobileservices.public static final java.lang.String ENDDATE
MobileActionAssignment.endDate attribute defined at extension mobileservices.public static final java.lang.String SHORTCODE
MobileActionAssignment.shortcode attribute defined at extension mobileservices.public static final java.lang.String PHONENUMBERFILTERS
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices.public static final java.lang.String TESTINGPHONENUMBERS
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices.public MobileActionAssignmentModel()
public MobileActionAssignmentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileActionAssignmentModel(MobileReceiveGenericActionModel _action, MobileActionKeywordModel _keyword, MobileShortcodeModel _shortcode)
_action - initial attribute declared by type MobileActionAssignment at extension mobileservices_keyword - initial attribute declared by type MobileActionAssignment at extension mobileservices_shortcode - initial attribute declared by type MobileActionAssignment at extension mobileservices@Deprecated public MobileActionAssignmentModel(MobileReceiveGenericActionModel _action, MobileActionKeywordModel _keyword, ItemModel _owner, MobileShortcodeModel _shortcode)
_action - initial attribute declared by type MobileActionAssignment at extension mobileservices_keyword - initial attribute declared by type MobileActionAssignment at extension mobileservices_owner - initial attribute declared by type Item at extension core_shortcode - initial attribute declared by type MobileActionAssignment at extension mobileservices@Accessor(qualifier="action", type=GETTER) public MobileReceiveGenericActionModel getAction()
MobileActionAssignment.action attribute defined at extension mobileservices.@Accessor(qualifier="endDate", type=GETTER) public java.util.Date getEndDate()
MobileActionAssignment.endDate attribute defined at extension mobileservices.@Accessor(qualifier="keyword", type=GETTER) public MobileActionKeywordModel getKeyword()
MobileActionAssignment.keyword attribute defined at extension mobileservices.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
MobileActionAssignment.language attribute defined at extension mobileservices.@Accessor(qualifier="phoneNumberFilters", type=GETTER) public java.util.Collection<PhoneNumberListModel> getPhoneNumberFilters()
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="shortcode", type=GETTER) public MobileShortcodeModel getShortcode()
MobileActionAssignment.shortcode attribute defined at extension mobileservices.@Accessor(qualifier="startDate", type=GETTER) public java.util.Date getStartDate()
MobileActionAssignment.startDate attribute defined at extension mobileservices.@Accessor(qualifier="state", type=GETTER) public MobileActionAssignmentStateType getState()
MobileActionAssignment.state attribute defined at extension mobileservices.@Accessor(qualifier="testingPhoneNumbers", type=GETTER) public java.util.Collection<PhoneNumberListModel> getTestingPhoneNumbers()
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="action", type=SETTER) public void setAction(MobileReceiveGenericActionModel value)
MobileActionAssignment.action attribute defined at extension mobileservices.value - the action@Accessor(qualifier="endDate", type=SETTER) public void setEndDate(java.util.Date value)
MobileActionAssignment.endDate attribute defined at extension mobileservices.value - the endDate@Accessor(qualifier="keyword", type=SETTER) public void setKeyword(MobileActionKeywordModel value)
MobileActionAssignment.keyword attribute defined at extension mobileservices.value - the keyword@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
MobileActionAssignment.language attribute defined at extension mobileservices.value - the language@Accessor(qualifier="phoneNumberFilters", type=SETTER) public void setPhoneNumberFilters(java.util.Collection<PhoneNumberListModel> value)
MobileActionAssignment.phoneNumberFilters attribute defined at extension mobileservices.value - the phoneNumberFilters@Accessor(qualifier="shortcode", type=SETTER) public void setShortcode(MobileShortcodeModel value)
MobileActionAssignment.shortcode attribute defined at extension mobileservices.value - the shortcode@Accessor(qualifier="startDate", type=SETTER) public void setStartDate(java.util.Date value)
MobileActionAssignment.startDate attribute defined at extension mobileservices.value - the startDate@Accessor(qualifier="state", type=SETTER) public void setState(MobileActionAssignmentStateType value)
MobileActionAssignment.state attribute defined at extension mobileservices.value - the state@Accessor(qualifier="testingPhoneNumbers", type=SETTER) public void setTestingPhoneNumbers(java.util.Collection<PhoneNumberListModel> value)
MobileActionAssignment.testingPhoneNumbers attribute defined at extension mobileservices.value - the testingPhoneNumbersCopyright © 2018 SAP SE. All Rights Reserved.