public class MobileAggregatorModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AVAILABLE
Generated constant - Attribute key of
MobileAggregator.available attribute defined at extension mobileservices. |
static java.lang.String |
CODE
Generated constant - Attribute key of
MobileAggregator.code attribute defined at extension mobileservices. |
static java.lang.String |
ENGINE
Generated constant - Attribute key of
MobileAggregator.engine attribute defined at extension mobileservices. |
static java.lang.String |
MAXSENDINGRETRIES
Generated constant - Attribute key of
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
static java.lang.String |
PARAMETERS
Generated constant - Attribute key of
MobileAggregator.parameters attribute defined at extension mobileservices. |
static java.lang.String |
SENDINGRETRYINTERVAL
Generated constant - Attribute key of
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
static java.lang.String |
SHORTCODES
Generated constant - Attribute key of
MobileAggregator.shortcodes attribute defined at extension mobileservices. |
static java.lang.String |
STATE
Generated constant - Attribute key of
MobileAggregator.state attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code,
EnginesType _engine)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileAggregatorModel(java.lang.String _code,
EnginesType _engine,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAvailable()
Generated method - Getter of the
MobileAggregator.available attribute defined at extension mobileservices. |
java.lang.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. |
java.lang.Integer |
getMaxSendingRetries()
Generated method - Getter of the
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
java.util.Collection<MobileAggregatorParameterModel> |
getParameters()
Generated method - Getter of the
MobileAggregator.parameters attribute defined at extension mobileservices. |
java.lang.Integer |
getSendingRetryInterval()
Generated method - Getter of the
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
java.util.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(java.lang.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(java.lang.Integer value)
Generated method - Setter of
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices. |
void |
setParameters(java.util.Collection<MobileAggregatorParameterModel> value)
Generated method - Setter of
MobileAggregator.parameters attribute defined at extension mobileservices. |
void |
setSendingRetryInterval(java.lang.Integer value)
Generated method - Setter of
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices. |
void |
setShortcodes(java.util.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, 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 CODE
MobileAggregator.code attribute defined at extension mobileservices.public static final java.lang.String ENGINE
MobileAggregator.engine attribute defined at extension mobileservices.public static final java.lang.String MAXSENDINGRETRIES
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.public static final java.lang.String SENDINGRETRYINTERVAL
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.public static final java.lang.String AVAILABLE
MobileAggregator.available attribute defined at extension mobileservices.public static final java.lang.String STATE
MobileAggregator.state attribute defined at extension mobileservices.public static final java.lang.String PARAMETERS
MobileAggregator.parameters attribute defined at extension mobileservices.public static final java.lang.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(java.lang.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(java.lang.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 java.lang.Boolean getAvailable()
MobileAggregator.available attribute defined at extension mobileservices.@Accessor(qualifier="code", type=GETTER) public java.lang.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 java.lang.Integer getMaxSendingRetries()
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.@Accessor(qualifier="parameters", type=GETTER) public java.util.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 java.lang.Integer getSendingRetryInterval()
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.@Accessor(qualifier="shortcodes", type=GETTER) public java.util.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(java.lang.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(java.lang.Integer value)
MobileAggregator.maxSendingRetries attribute defined at extension mobileservices.value - the maxSendingRetries@Accessor(qualifier="parameters", type=SETTER) public void setParameters(java.util.Collection<MobileAggregatorParameterModel> value)
MobileAggregator.parameters attribute defined at extension mobileservices.value - the parameters@Accessor(qualifier="sendingRetryInterval", type=SETTER) public void setSendingRetryInterval(java.lang.Integer value)
MobileAggregator.sendingRetryInterval attribute defined at extension mobileservices.value - the sendingRetryInterval@Accessor(qualifier="shortcodes", type=SETTER) public void setShortcodes(java.util.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 © 2018 SAP SE. All Rights Reserved.