public class MapParameterValueModel extends ParameterValueModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ENTRIES
Generated constant - Attribute key of
MapParameterValue.entries attribute defined at extension print. |
static String |
PARAMETERMAP
Generated constant - Attribute key of
MapParameterValue.parameterMap attribute defined at extension print. |
_COLPARAM2ENTRYRELATION, _MAPPARAM2ENTRYRELATION, COLLPARAM, COLLPARAMPOS, MAPENTRYKEY, MAPPARAM_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MapParameterValueModel()
Generated constructor - Default constructor for generic creation.
|
MapParameterValueModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MapParameterValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterValueModel> |
getEntries()
Generated method - Getter of the
MapParameterValue.entries attribute defined at extension print. |
Map<Object,ParameterValueModel> |
getParameterMap()
Generated method - Getter of the
MapParameterValue.parameterMap attribute defined at extension print. |
void |
setEntries(Collection<ParameterValueModel> value)
Generated method - Setter of
MapParameterValue.entries attribute defined at extension print. |
void |
setParameterMap(Map<Object,ParameterValueModel> value)
Generated method - Setter of
MapParameterValue.parameterMap attribute defined at extension print. |
getCollParam, getMapEntryKey, getMapParam, setCollParam, setMapEntryKey, setMapParamgetComments, 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 PARAMETERMAP
MapParameterValue.parameterMap attribute defined at extension print.public static final String ENTRIES
MapParameterValue.entries attribute defined at extension print.public MapParameterValueModel()
public MapParameterValueModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MapParameterValueModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="entries", type=GETTER) public Collection<ParameterValueModel> getEntries()
MapParameterValue.entries attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="parameterMap", type=GETTER) public Map<Object,ParameterValueModel> getParameterMap()
MapParameterValue.parameterMap attribute defined at extension print.@Accessor(qualifier="entries", type=SETTER) public void setEntries(Collection<ParameterValueModel> value)
MapParameterValue.entries attribute defined at extension print.value - the entriesCopyright © 2017 SAP SE. All Rights Reserved.