public class MobileAggregatorModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AVAILABLE
Generated constant - Attribute key of
MobileAggregator.available attribute defined at extension mobileservices. |
static String |
CODE
Generated constant - Attribute key of
MobileAggregator.code attribute defined at extension mobileservices. |
static String |
ENGINE
Generated constant - Attribute key of
MobileAggregator.engine attribute defined at extension mobileservices. |
static String |
MAXSENDINGRETRIES
Generated constant - Attribute key of
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
static String |
PARAMETERS
Generated constant - Attribute key of
MobileAggregator.parameters attribute defined at extension mobileservices. |
static String |
SENDINGRETRYINTERVAL
Generated constant - Attribute key of
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
static String |
SHORTCODES
Generated constant - Attribute key of
MobileAggregator.shortcodes attribute defined at extension mobileservices. |
static String |
STATE
Generated constant - Attribute key of
MobileAggregator.state attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileAggregatorModel()
Generated constructor - Default constructor for generic creation.
|
MobileAggregatorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileAggregatorModel(String _code,
EnginesType _engine)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MobileAggregatorModel(String _code,
EnginesType _engine,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAvailable()
Generated method - Getter of the
MobileAggregator.available attribute defined at extension mobileservices. |
String |
getCode()
Generated method - Getter of the
MobileAggregator.code attribute defined at extension mobileservices. |
EnginesType |
getEngine()
Generated method - Getter of the
MobileAggregator.engine attribute defined at extension mobileservices. |
Integer |
getMaxSendingRetries()
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
Collection<MobileAggregatorParameterModel> |
getParameters()
Generated method - Getter of the
MobileAggregator.parameters attribute defined at extension mobileservices. |
Integer |
getSendingRetryInterval()
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
Collection<MobileShortcodeModel> |
getShortcodes()
Generated method - Getter of the
MobileAggregator.shortcodes attribute defined at extension mobileservices. |
MobileActiveStateType |
getState()
Generated method - Getter of the
MobileAggregator.state attribute defined at extension mobileservices. |
void |
setCode(String value)
Generated method - Setter of
MobileAggregator.code attribute defined at extension mobileservices. |
void |
setEngine(EnginesType value)
Generated method - Initial setter of
MobileAggregator.engine attribute defined at extension mobileservices. |
void |
setMaxSendingRetries(Integer value)
Generated method - Setter of
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
void |
setParameters(Collection<MobileAggregatorParameterModel> value)
Generated method - Setter of
MobileAggregator.parameters attribute defined at extension mobileservices. |
void |
setSendingRetryInterval(Integer value)
Generated method - Setter of
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
void |
setShortcodes(Collection<MobileShortcodeModel> value)
Generated method - Setter of
MobileAggregator.shortcodes attribute defined at extension mobileservices. |
void |
setState(MobileActiveStateType value)
Generated method - Setter of
MobileAggregator.state attribute defined at extension mobileservices. |
getComments, 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 CODE
MobileAggregator.code attribute defined at extension mobileservices.public static final String ENGINE
MobileAggregator.engine attribute defined at extension mobileservices.public static final String MAXSENDINGRETRIES
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.public static final String SENDINGRETRYINTERVAL
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.public static final String AVAILABLE
MobileAggregator.available attribute defined at extension mobileservices.public static final String STATE
MobileAggregator.state attribute defined at extension mobileservices.public static final String PARAMETERS
MobileAggregator.parameters attribute defined at extension mobileservices.public static final String SHORTCODES
MobileAggregator.shortcodes attribute defined at extension mobileservices.public MobileAggregatorModel()
public MobileAggregatorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileAggregatorModel(String _code, EnginesType _engine)
_code - initial attribute declared by type MobileAggregator at extension mobileservices_engine - initial attribute declared by type MobileAggregator at extension mobileservices@Deprecated public MobileAggregatorModel(String _code, EnginesType _engine, ItemModel _owner)
_code - initial attribute declared by type MobileAggregator at extension mobileservices_engine - initial attribute declared by type MobileAggregator at extension mobileservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="available", type=GETTER) public Boolean getAvailable()
MobileAggregator.available attribute defined at extension mobileservices.@Accessor(qualifier="code", type=GETTER) public String getCode()
MobileAggregator.code attribute defined at extension mobileservices.@Accessor(qualifier="engine", type=GETTER) public EnginesType getEngine()
MobileAggregator.engine attribute defined at extension mobileservices.@Accessor(qualifier="maxSendingRetries", type=GETTER) public Integer getMaxSendingRetries()
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.@Accessor(qualifier="parameters", type=GETTER) public Collection<MobileAggregatorParameterModel> getParameters()
MobileAggregator.parameters attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="sendingRetryInterval", type=GETTER) public Integer getSendingRetryInterval()
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.@Accessor(qualifier="shortcodes", type=GETTER) public Collection<MobileShortcodeModel> getShortcodes()
MobileAggregator.shortcodes attribute defined at extension mobileservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="state", type=GETTER) public MobileActiveStateType getState()
MobileAggregator.state attribute defined at extension mobileservices.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
MobileAggregator.code attribute defined at extension mobileservices.value - the code@Accessor(qualifier="engine", type=SETTER) public void setEngine(EnginesType value)
MobileAggregator.engine attribute defined at extension mobileservices. Can only be used at creation of model - before first save.value - the engine@Accessor(qualifier="maxSendingRetries", type=SETTER) public void setMaxSendingRetries(Integer value)
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.value - the maxSendingRetries@Accessor(qualifier="parameters", type=SETTER) public void setParameters(Collection<MobileAggregatorParameterModel> value)
MobileAggregator.parameters attribute defined at extension mobileservices.value - the parameters@Accessor(qualifier="sendingRetryInterval", type=SETTER) public void setSendingRetryInterval(Integer value)
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.value - the sendingRetryInterval@Accessor(qualifier="shortcodes", type=SETTER) public void setShortcodes(Collection<MobileShortcodeModel> value)
MobileAggregator.shortcodes attribute defined at extension mobileservices.value - the shortcodes@Accessor(qualifier="state", type=SETTER) public void setState(MobileActiveStateType value)
MobileAggregator.state attribute defined at extension mobileservices.value - the stateCopyright © 2017 SAP SE. All Rights Reserved.