public class MobileAggregatorParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_AGGREGATORPARAMETERRELATION
Generated relation code constant for relation
AggregatorParameterRelation defining source attribute aggregator in extension mobileservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AGGREGATOR
Generated constant - Attribute key of
MobileAggregatorParameter.aggregator attribute defined at extension mobileservices. |
static String |
NAME
Generated constant - Attribute key of
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
static String |
VALUE
Generated constant - Attribute key of
MobileAggregatorParameter.value attribute defined at extension mobileservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
String _name)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MobileAggregatorParameterModel(MobileAggregatorModel _aggregator,
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. |
String |
getName()
Generated method - Getter of the
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
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(String value)
Generated method - Setter of
MobileAggregatorParameter.name attribute defined at extension mobileservices. |
void |
setValue(String value)
Generated method - Setter of
MobileAggregatorParameter.value 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 _AGGREGATORPARAMETERRELATION
AggregatorParameterRelation defining source attribute aggregator in extension mobileservices.public static final String NAME
MobileAggregatorParameter.name attribute defined at extension mobileservices.public static final String VALUE
MobileAggregatorParameter.value attribute defined at extension mobileservices.public static final 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, 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, 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 String getName()
MobileAggregatorParameter.name attribute defined at extension mobileservices.@Accessor(qualifier="value", type=GETTER) public 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(String value)
MobileAggregatorParameter.name attribute defined at extension mobileservices.value - the nameCopyright © 2017 SAP SE. All Rights Reserved.