public class MobileAggregatorParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_AGGREGATORPARAMETERRELATION
Generated relation code constant for relation
AggregatorParameterRelation defining source attribute aggregator in extension mobileservices. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AGGREGATOR
Generated constant - Attribute key of
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices. |
static java.lang.String |
NAME
Generated constant - Attribute key of
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
MobileAggregatorParameter.value attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MobileAggregatorParameterModel()
Generated constructor - Default constructor for generic creation.
|
MobileAggregatorParameterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MobileAggregatorParameterModel(MobileAggregatorModel _aggregator,
java.lang.String _name)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MobileAggregatorParameterModel(MobileAggregatorModel _aggregator,
java.lang.String _name,
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
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices. |
java.lang.String |
getName()
Generated method - Getter of the
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
java.lang.String |
getValue()
Generated method - Getter of the
MobileAggregatorParameter.value attribute defined at extension mobileservices. |
void |
setAggregator(MobileAggregatorModel value)
Generated method - Setter of
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices. |
void |
setName(java.lang.String value)
Generated method - Setter of
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
void |
setValue(java.lang.String value)
Generated method - Setter of
MobileAggregatorParameter.value 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 _AGGREGATORPARAMETERRELATION
AggregatorParameterRelation defining source attribute aggregator in extension mobileservices.public static final java.lang.String NAME
MobileAggregatorParameter.name attribute defined at extension mobileservices.public static final java.lang.String VALUE
MobileAggregatorParameter.value attribute defined at extension mobileservices.public static final java.lang.String AGGREGATOR
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices.public MobileAggregatorParameterModel()
public MobileAggregatorParameterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MobileAggregatorParameterModel(MobileAggregatorModel _aggregator, java.lang.String _name)
_aggregator - initial attribute declared by type MobileAggregatorParameter at extension mobileservices_name - initial attribute declared by type MobileAggregatorParameter at extension mobileservices@Deprecated public MobileAggregatorParameterModel(MobileAggregatorModel _aggregator, java.lang.String _name, ItemModel _owner)
_aggregator - initial attribute declared by type MobileAggregatorParameter at extension mobileservices_name - initial attribute declared by type MobileAggregatorParameter at extension mobileservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="aggregator", type=GETTER) public MobileAggregatorModel getAggregator()
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
MobileAggregatorParameter.name attribute defined at extension mobileservices.@Accessor(qualifier="value", type=GETTER) public java.lang.String getValue()
MobileAggregatorParameter.value attribute defined at extension mobileservices.@Accessor(qualifier="aggregator", type=SETTER) public void setAggregator(MobileAggregatorModel value)
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices.value - the aggregator@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
MobileAggregatorParameter.name attribute defined at extension mobileservices.value - the nameCopyright © 2018 SAP SE. All Rights Reserved.