public class BusinessProcessParameterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PROCESS2PROCESSPARAMETERRELATION
Generated relation code constant for relation
Process2ProcessParameterRelation defining source attribute process in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
NAME
Generated constant - Attribute key of
BusinessProcessParameter.name attribute defined at extension processing. |
static String |
PROCESS
Generated constant - Attribute key of
BusinessProcessParameter.process attribute defined at extension processing. |
static String |
VALUE
Generated constant - Attribute key of
BusinessProcessParameter.value attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BusinessProcessParameterModel()
Generated constructor - Default constructor for generic creation.
|
BusinessProcessParameterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BusinessProcessParameterModel(String _name,
BusinessProcessModel _process,
Object _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BusinessProcessParameterModel(String _name,
ItemModel _owner,
BusinessProcessModel _process,
Object _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Generated method - Getter of the
BusinessProcessParameter.name attribute defined at extension processing. |
BusinessProcessModel |
getProcess()
Generated method - Getter of the
BusinessProcessParameter.process attribute defined at extension processing. |
Object |
getValue()
Generated method - Getter of the
BusinessProcessParameter.value attribute defined at extension processing. |
void |
setName(String value)
Generated method - Setter of
BusinessProcessParameter.name attribute defined at extension processing. |
void |
setProcess(BusinessProcessModel value)
Generated method - Setter of
BusinessProcessParameter.process attribute defined at extension processing. |
void |
setValue(Object value)
Generated method - Setter of
BusinessProcessParameter.value attribute defined at extension processing. |
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 _PROCESS2PROCESSPARAMETERRELATION
Process2ProcessParameterRelation defining source attribute process in extension processing.public static final String NAME
BusinessProcessParameter.name attribute defined at extension processing.public static final String VALUE
BusinessProcessParameter.value attribute defined at extension processing.public static final String PROCESS
BusinessProcessParameter.process attribute defined at extension processing.public BusinessProcessParameterModel()
public BusinessProcessParameterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BusinessProcessParameterModel(String _name, BusinessProcessModel _process, Object _value)
_name - initial attribute declared by type BusinessProcessParameter at extension processing_process - initial attribute declared by type BusinessProcessParameter at extension processing_value - initial attribute declared by type BusinessProcessParameter at extension processing@Deprecated public BusinessProcessParameterModel(String _name, ItemModel _owner, BusinessProcessModel _process, Object _value)
_name - initial attribute declared by type BusinessProcessParameter at extension processing_owner - initial attribute declared by type Item at extension core_process - initial attribute declared by type BusinessProcessParameter at extension processing_value - initial attribute declared by type BusinessProcessParameter at extension processing@Accessor(qualifier="name", type=GETTER) public String getName()
BusinessProcessParameter.name attribute defined at extension processing.@Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
BusinessProcessParameter.process attribute defined at extension processing.@Accessor(qualifier="value", type=GETTER) public Object getValue()
BusinessProcessParameter.value attribute defined at extension processing.@Accessor(qualifier="name", type=SETTER) public void setName(String value)
BusinessProcessParameter.name attribute defined at extension processing.value - the name - Unique identifier of this process context parameter@Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
BusinessProcessParameter.process attribute defined at extension processing.value - the processCopyright © 2017 SAP SE. All Rights Reserved.