public class SingleParameterValueModel extends ParameterValueModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DATA
Generated constant - Attribute key of
SingleParameterValue.data attribute defined at extension print. |
static String |
HASITEM
Generated constant - Attribute key of
SingleParameterValue.hasItem attribute defined at extension print. |
static String |
ITEM
Generated constant - Attribute key of
SingleParameterValue.item 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 |
|---|
SingleParameterValueModel()
Generated constructor - Default constructor for generic creation.
|
SingleParameterValueModel(Boolean _hasItem)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SingleParameterValueModel(Boolean _hasItem,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SingleParameterValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Generated method - Getter of the
SingleParameterValue.data attribute defined at extension print. |
Boolean |
getHasItem()
Generated method - Getter of the
SingleParameterValue.hasItem attribute defined at extension print. |
ItemModel |
getItem()
Generated method - Getter of the
SingleParameterValue.item attribute defined at extension print. |
void |
setData(Object value)
Generated method - Setter of
SingleParameterValue.data attribute defined at extension print. |
void |
setHasItem(Boolean value)
Generated method - Setter of
SingleParameterValue.hasItem attribute defined at extension print. |
void |
setItem(ItemModel value)
Generated method - Setter of
SingleParameterValue.item 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 HASITEM
SingleParameterValue.hasItem attribute defined at extension print.public static final String DATA
SingleParameterValue.data attribute defined at extension print.public static final String ITEM
SingleParameterValue.item attribute defined at extension print.public SingleParameterValueModel()
public SingleParameterValueModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SingleParameterValueModel(Boolean _hasItem)
_hasItem - initial attribute declared by type SingleParameterValue at extension print@Deprecated public SingleParameterValueModel(Boolean _hasItem, ItemModel _owner)
_hasItem - initial attribute declared by type SingleParameterValue at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="data", type=GETTER) public Object getData()
SingleParameterValue.data attribute defined at extension print.@Accessor(qualifier="hasItem", type=GETTER) public Boolean getHasItem()
SingleParameterValue.hasItem attribute defined at extension print.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
SingleParameterValue.item attribute defined at extension print.@Accessor(qualifier="data", type=SETTER) public void setData(Object value)
SingleParameterValue.data attribute defined at extension print.value - the data@Accessor(qualifier="hasItem", type=SETTER) public void setHasItem(Boolean value)
SingleParameterValue.hasItem attribute defined at extension print.value - the hasItemCopyright © 2017 SAP SE. All Rights Reserved.