public class ParameterValueModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COLPARAM2ENTRYRELATION
Generated relation code constant for relation
ColParam2EntryRelation defining source attribute collParam in extension print. |
static String |
_MAPPARAM2ENTRYRELATION
Generated relation code constant for relation
MapParam2EntryRelation defining source attribute mapParam in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COLLPARAM
Generated constant - Attribute key of
ParameterValue.collParam attribute defined at extension print. |
static String |
COLLPARAMPOS
Generated constant - Attribute key of
ParameterValue.collParamPOS attribute defined at extension print. |
static String |
MAPENTRYKEY
Generated constant - Attribute key of
ParameterValue.mapEntryKey attribute defined at extension print. |
static String |
MAPPARAM
Generated constant - Attribute key of
ParameterValue.mapParam attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ParameterValueModel()
Generated constructor - Default constructor for generic creation.
|
ParameterValueModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ParameterValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CollectionParameterValueModel |
getCollParam()
Generated method - Getter of the
ParameterValue.collParam attribute defined at extension print. |
Object |
getMapEntryKey()
Generated method - Getter of the
ParameterValue.mapEntryKey attribute defined at extension print. |
MapParameterValueModel |
getMapParam()
Generated method - Getter of the
ParameterValue.mapParam attribute defined at extension print. |
void |
setCollParam(CollectionParameterValueModel value)
Generated method - Setter of
ParameterValue.collParam attribute defined at extension print. |
void |
setMapEntryKey(Object value)
Generated method - Setter of
ParameterValue.mapEntryKey attribute defined at extension print. |
void |
setMapParam(MapParameterValueModel value)
Generated method - Setter of
ParameterValue.mapParam attribute defined at extension print. |
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 _COLPARAM2ENTRYRELATION
ColParam2EntryRelation defining source attribute collParam in extension print.public static final String _MAPPARAM2ENTRYRELATION
MapParam2EntryRelation defining source attribute mapParam in extension print.public static final String MAPENTRYKEY
ParameterValue.mapEntryKey attribute defined at extension print.public static final String COLLPARAMPOS
ParameterValue.collParamPOS attribute defined at extension print.public static final String COLLPARAM
ParameterValue.collParam attribute defined at extension print.public static final String MAPPARAM
ParameterValue.mapParam attribute defined at extension print.public ParameterValueModel()
public ParameterValueModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ParameterValueModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="collParam", type=GETTER) public CollectionParameterValueModel getCollParam()
ParameterValue.collParam attribute defined at extension print.@Accessor(qualifier="mapEntryKey", type=GETTER) public Object getMapEntryKey()
ParameterValue.mapEntryKey attribute defined at extension print.@Accessor(qualifier="mapParam", type=GETTER) public MapParameterValueModel getMapParam()
ParameterValue.mapParam attribute defined at extension print.@Accessor(qualifier="collParam", type=SETTER) public void setCollParam(CollectionParameterValueModel value)
ParameterValue.collParam attribute defined at extension print.value - the collParam@Accessor(qualifier="mapEntryKey", type=SETTER) public void setMapEntryKey(Object value)
ParameterValue.mapEntryKey attribute defined at extension print.value - the mapEntryKey@Accessor(qualifier="mapParam", type=SETTER) public void setMapParam(MapParameterValueModel value)
ParameterValue.mapParam attribute defined at extension print.value - the mapParamCopyright © 2017 SAP SE. All Rights Reserved.