public class MobileShortcodeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_AGGREGATORSHORTCODERELATION
Generated relation code constant for relation
AggregatorShortCodeRelation defining source attribute aggregator in extension mobileservices. |
static java.lang.String |
_SHORTCODEALTERNATIVEROUTERELATION
Generated relation code constant for relation
ShortcodeAlternativeRouteRelation defining source attribute connectedShortcodes in extension mobileservices. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AGGREGATOR
Generated constant - Attribute key of
MobileShortcode.aggregator attribute defined at extension mobileservices. |
static java.lang.String |
ALTERNATIVEREPLYROUTE
Generated constant - Attribute key of
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices. |
static java.lang.String |
ASSIGNMENTS
Generated constant - Attribute key of
MobileShortcode.assignments attribute defined at extension mobileservices. |
static java.lang.String |
CODE
Generated constant - Attribute key of
MobileShortcode.code attribute defined at extension mobileservices. |
static java.lang.String |
CONNECTEDSHORTCODES
Generated constant - Attribute key of
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices. |
static java.lang.String |
COSTPLANS
Generated constant - Attribute key of
MobileShortcode.costPlans attribute defined at extension mobileservices. |
static java.lang.String |
COUNTRY
Generated constant - Attribute key of
MobileShortcode.country attribute defined at extension mobileservices. |
static java.lang.String |
DEFAULTACTION
Generated constant - Attribute key of
MobileShortcode.defaultAction attribute defined at extension mobileservices. |
static java.lang.String |
KEYWORDPREFIX
Generated constant - Attribute key of
MobileShortcode.keywordPrefix attribute defined at extension mobileservices. |
static java.lang.String |
MESSAGEMAXSIZE
Generated constant - Attribute key of
MobileShortcode.messageMaxSize attribute defined at extension mobileservices. |
static java.lang.String |
NETWORKTYPE
Generated constant - Attribute key of
MobileShortcode.networkType attribute defined at extension mobileservices. |
static java.lang.String |
PHONENUMBERFILTERS
Generated constant - Attribute key of
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices. |
static java.lang.String |
REVENUEPLANS
Generated constant - Attribute key of
MobileShortcode.revenuePlans attribute defined at extension mobileservices. |
static java.lang.String |
STATE
Generated constant - Attribute key of
MobileShortcode.state attribute defined at extension mobileservices. |
static java.lang.String |
SUPPORTEDMESSAGETYPE
Generated constant - Attribute key of
MobileShortcode.supportedMessageType attribute defined at extension mobileservices. |
static java.lang.String |
TESTINGPHONENUMBERS
Generated constant - Attribute key of
MobileShortcode.testingPhoneNumbers attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileShortcodeModel()
Generated constructor - Default constructor for generic creation.
|
MobileShortcodeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileShortcodeModel(MobileAggregatorModel _aggregator,
java.lang.String _code,
CountryModel _country)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileShortcodeModel(MobileAggregatorModel _aggregator,
java.lang.String _code,
CountryModel _country,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
MobileAggregatorModel |
getAggregator()
Generated method - Getter of the
MobileShortcode.aggregator attribute defined at extension mobileservices. |
MobileShortcodeModel |
getAlternativeReplyRoute()
Generated method - Getter of the
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices. |
java.util.Collection<MobileActionAssignmentModel> |
getAssignments()
Generated method - Getter of the
MobileShortcode.assignments attribute defined at extension mobileservices. |
java.lang.String |
getCode()
Generated method - Getter of the
MobileShortcode.code attribute defined at extension mobileservices. |
java.util.Collection<MobileShortcodeModel> |
getConnectedShortcodes()
Generated method - Getter of the
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices. |
java.util.Collection<MobileCostPlanModel> |
getCostPlans()
Generated method - Getter of the
MobileShortcode.costPlans attribute defined at extension mobileservices. |
CountryModel |
getCountry()
Generated method - Getter of the
MobileShortcode.country attribute defined at extension mobileservices. |
MobileReceiveGenericActionModel |
getDefaultAction()
Generated method - Getter of the
MobileShortcode.defaultAction attribute defined at extension mobileservices. |
java.lang.String |
getKeywordPrefix()
Generated method - Getter of the
MobileShortcode.keywordPrefix attribute defined at extension mobileservices. |
java.lang.Integer |
getMessageMaxSize()
Generated method - Getter of the
MobileShortcode.messageMaxSize attribute defined at extension mobileservices. |
NetworkType |
getNetworkType()
Generated method - Getter of the
MobileShortcode.networkType attribute defined at extension mobileservices. |
java.util.Collection<PhoneNumberListModel> |
getPhoneNumberFilters()
Generated method - Getter of the
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices. |
java.util.Collection<MobileCostPlanModel> |
getRevenuePlans()
Generated method - Getter of the
MobileShortcode.revenuePlans attribute defined at extension mobileservices. |
MobileActiveStateType |
getState()
Generated method - Getter of the
MobileShortcode.state attribute defined at extension mobileservices. |
MessageType |
getSupportedMessageType()
Generated method - Getter of the
MobileShortcode.supportedMessageType attribute defined at extension mobileservices. |
java.util.Collection<PhoneNumberListModel> |
getTestingPhoneNumbers()
Generated method - Getter of the
MobileShortcode.testingPhoneNumbers attribute defined at extension mobileservices. |
void |
setAggregator(MobileAggregatorModel value)
Generated method - Setter of
MobileShortcode.aggregator attribute defined at extension mobileservices. |
void |
setAlternativeReplyRoute(MobileShortcodeModel value)
Generated method - Setter of
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices. |
void |
setAssignments(java.util.Collection<MobileActionAssignmentModel> value)
Generated method - Setter of
MobileShortcode.assignments attribute defined at extension mobileservices. |
void |
setCode(java.lang.String value)
Generated method - Setter of
MobileShortcode.code attribute defined at extension mobileservices. |
void |
setConnectedShortcodes(java.util.Collection<MobileShortcodeModel> value)
Generated method - Setter of
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices. |
void |
setCostPlans(java.util.Collection<MobileCostPlanModel> value)
Generated method - Setter of
MobileShortcode.costPlans attribute defined at extension mobileservices. |
void |
setCountry(CountryModel value)
Generated method - Setter of
MobileShortcode.country attribute defined at extension mobileservices. |
void |
setDefaultAction(MobileReceiveGenericActionModel value)
Generated method - Setter of
MobileShortcode.defaultAction attribute defined at extension mobileservices. |
void |
setKeywordPrefix(java.lang.String value)
Generated method - Setter of
MobileShortcode.keywordPrefix attribute defined at extension mobileservices. |
void |
setMessageMaxSize(java.lang.Integer value)
Generated method - Setter of
MobileShortcode.messageMaxSize attribute defined at extension mobileservices. |
void |
setNetworkType(NetworkType value)
Generated method - Setter of
MobileShortcode.networkType attribute defined at extension mobileservices. |
void |
setPhoneNumberFilters(java.util.Collection<PhoneNumberListModel> value)
Generated method - Setter of
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices. |
void |
setRevenuePlans(java.util.Collection<MobileCostPlanModel> value)
Generated method - Setter of
MobileShortcode.revenuePlans attribute defined at extension mobileservices. |
void |
setState(MobileActiveStateType value)
Generated method - Setter of
MobileShortcode.state attribute defined at extension mobileservices. |
void |
setSupportedMessageType(MessageType value)
Generated method - Setter of
MobileShortcode.supportedMessageType attribute defined at extension mobileservices. |
void |
setTestingPhoneNumbers(java.util.Collection<PhoneNumberListModel> value)
Generated method - Setter of
MobileShortcode.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 _AGGREGATORSHORTCODERELATION
AggregatorShortCodeRelation defining source attribute aggregator in extension mobileservices.public static final java.lang.String _SHORTCODEALTERNATIVEROUTERELATION
ShortcodeAlternativeRouteRelation defining source attribute connectedShortcodes in extension mobileservices.public static final java.lang.String CODE
MobileShortcode.code attribute defined at extension mobileservices.public static final java.lang.String KEYWORDPREFIX
MobileShortcode.keywordPrefix attribute defined at extension mobileservices.public static final java.lang.String SUPPORTEDMESSAGETYPE
MobileShortcode.supportedMessageType attribute defined at extension mobileservices.public static final java.lang.String COUNTRY
MobileShortcode.country attribute defined at extension mobileservices.public static final java.lang.String DEFAULTACTION
MobileShortcode.defaultAction attribute defined at extension mobileservices.public static final java.lang.String NETWORKTYPE
MobileShortcode.networkType attribute defined at extension mobileservices.public static final java.lang.String MESSAGEMAXSIZE
MobileShortcode.messageMaxSize attribute defined at extension mobileservices.public static final java.lang.String STATE
MobileShortcode.state attribute defined at extension mobileservices.public static final java.lang.String AGGREGATOR
MobileShortcode.aggregator attribute defined at extension mobileservices.public static final java.lang.String ASSIGNMENTS
MobileShortcode.assignments attribute defined at extension mobileservices.public static final java.lang.String CONNECTEDSHORTCODES
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices.public static final java.lang.String ALTERNATIVEREPLYROUTE
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices.public static final java.lang.String REVENUEPLANS
MobileShortcode.revenuePlans attribute defined at extension mobileservices.public static final java.lang.String COSTPLANS
MobileShortcode.costPlans attribute defined at extension mobileservices.public static final java.lang.String PHONENUMBERFILTERS
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices.public static final java.lang.String TESTINGPHONENUMBERS
MobileShortcode.testingPhoneNumbers attribute defined at extension mobileservices.public MobileShortcodeModel()
public MobileShortcodeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileShortcodeModel(MobileAggregatorModel _aggregator, java.lang.String _code, CountryModel _country)
_aggregator - initial attribute declared by type MobileShortcode at extension mobileservices_code - initial attribute declared by type MobileShortcode at extension mobileservices_country - initial attribute declared by type MobileShortcode at extension mobileservices@Deprecated public MobileShortcodeModel(MobileAggregatorModel _aggregator, java.lang.String _code, CountryModel _country, ItemModel _owner)
_aggregator - initial attribute declared by type MobileShortcode at extension mobileservices_code - initial attribute declared by type MobileShortcode at extension mobileservices_country - initial attribute declared by type MobileShortcode at extension mobileservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="aggregator", type=GETTER) public MobileAggregatorModel getAggregator()
MobileShortcode.aggregator attribute defined at extension mobileservices.@Accessor(qualifier="alternativeReplyRoute", type=GETTER) public MobileShortcodeModel getAlternativeReplyRoute()
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices.@Accessor(qualifier="assignments", type=GETTER) public java.util.Collection<MobileActionAssignmentModel> getAssignments()
MobileShortcode.assignments attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
MobileShortcode.code attribute defined at extension mobileservices.@Accessor(qualifier="connectedShortcodes", type=GETTER) public java.util.Collection<MobileShortcodeModel> getConnectedShortcodes()
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="costPlans", type=GETTER) public java.util.Collection<MobileCostPlanModel> getCostPlans()
MobileShortcode.costPlans attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="country", type=GETTER) public CountryModel getCountry()
MobileShortcode.country attribute defined at extension mobileservices.@Accessor(qualifier="defaultAction", type=GETTER) public MobileReceiveGenericActionModel getDefaultAction()
MobileShortcode.defaultAction attribute defined at extension mobileservices.@Accessor(qualifier="keywordPrefix", type=GETTER) public java.lang.String getKeywordPrefix()
MobileShortcode.keywordPrefix attribute defined at extension mobileservices.@Accessor(qualifier="messageMaxSize", type=GETTER) public java.lang.Integer getMessageMaxSize()
MobileShortcode.messageMaxSize attribute defined at extension mobileservices.@Accessor(qualifier="networkType", type=GETTER) public NetworkType getNetworkType()
MobileShortcode.networkType attribute defined at extension mobileservices.@Accessor(qualifier="phoneNumberFilters", type=GETTER) public java.util.Collection<PhoneNumberListModel> getPhoneNumberFilters()
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="revenuePlans", type=GETTER) public java.util.Collection<MobileCostPlanModel> getRevenuePlans()
MobileShortcode.revenuePlans attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="state", type=GETTER) public MobileActiveStateType getState()
MobileShortcode.state attribute defined at extension mobileservices.@Accessor(qualifier="supportedMessageType", type=GETTER) public MessageType getSupportedMessageType()
MobileShortcode.supportedMessageType attribute defined at extension mobileservices.@Accessor(qualifier="testingPhoneNumbers", type=GETTER) public java.util.Collection<PhoneNumberListModel> getTestingPhoneNumbers()
MobileShortcode.testingPhoneNumbers attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="aggregator", type=SETTER) public void setAggregator(MobileAggregatorModel value)
MobileShortcode.aggregator attribute defined at extension mobileservices.value - the aggregator@Accessor(qualifier="alternativeReplyRoute", type=SETTER) public void setAlternativeReplyRoute(MobileShortcodeModel value)
MobileShortcode.alternativeReplyRoute attribute defined at extension mobileservices.value - the alternativeReplyRoute@Accessor(qualifier="assignments", type=SETTER) public void setAssignments(java.util.Collection<MobileActionAssignmentModel> value)
MobileShortcode.assignments attribute defined at extension mobileservices.value - the assignments@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
MobileShortcode.code attribute defined at extension mobileservices.value - the code@Accessor(qualifier="connectedShortcodes", type=SETTER) public void setConnectedShortcodes(java.util.Collection<MobileShortcodeModel> value)
MobileShortcode.connectedShortcodes attribute defined at extension mobileservices.value - the connectedShortcodes@Accessor(qualifier="costPlans", type=SETTER) public void setCostPlans(java.util.Collection<MobileCostPlanModel> value)
MobileShortcode.costPlans attribute defined at extension mobileservices.value - the costPlans@Accessor(qualifier="country", type=SETTER) public void setCountry(CountryModel value)
MobileShortcode.country attribute defined at extension mobileservices.value - the country@Accessor(qualifier="defaultAction", type=SETTER) public void setDefaultAction(MobileReceiveGenericActionModel value)
MobileShortcode.defaultAction attribute defined at extension mobileservices.value - the defaultAction@Accessor(qualifier="keywordPrefix", type=SETTER) public void setKeywordPrefix(java.lang.String value)
MobileShortcode.keywordPrefix attribute defined at extension mobileservices.value - the keywordPrefix@Accessor(qualifier="messageMaxSize", type=SETTER) public void setMessageMaxSize(java.lang.Integer value)
MobileShortcode.messageMaxSize attribute defined at extension mobileservices.value - the messageMaxSize@Accessor(qualifier="networkType", type=SETTER) public void setNetworkType(NetworkType value)
MobileShortcode.networkType attribute defined at extension mobileservices.value - the networkType@Accessor(qualifier="phoneNumberFilters", type=SETTER) public void setPhoneNumberFilters(java.util.Collection<PhoneNumberListModel> value)
MobileShortcode.phoneNumberFilters attribute defined at extension mobileservices.value - the phoneNumberFilters@Accessor(qualifier="revenuePlans", type=SETTER) public void setRevenuePlans(java.util.Collection<MobileCostPlanModel> value)
MobileShortcode.revenuePlans attribute defined at extension mobileservices.value - the revenuePlans@Accessor(qualifier="state", type=SETTER) public void setState(MobileActiveStateType value)
MobileShortcode.state attribute defined at extension mobileservices.value - the state@Accessor(qualifier="supportedMessageType", type=SETTER) public void setSupportedMessageType(MessageType value)
MobileShortcode.supportedMessageType attribute defined at extension mobileservices.value - the supportedMessageType@Accessor(qualifier="testingPhoneNumbers", type=SETTER) public void setTestingPhoneNumbers(java.util.Collection<PhoneNumberListModel> value)
MobileShortcode.testingPhoneNumbers attribute defined at extension mobileservices.value - the testingPhoneNumbersCopyright © 2018 SAP SE. All Rights Reserved.