Class BusinessProcessParameterModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.BusinessProcessParameterModel
- All Implemented Interfaces:
Serializable
Generated model class for type BusinessProcessParameter first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationProcess2ProcessParameterRelationdefining source attributeprocessin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofBusinessProcessParameter.nameattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofBusinessProcessParameter.processattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofBusinessProcessParameter.valueattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.BusinessProcessParameterModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextBusinessProcessParameterModel(String _name, ItemModel _owner, BusinessProcessModel _process, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBusinessProcessParameterModel(String _name, BusinessProcessModel _process, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptiongetName()Generated method - Getter of theBusinessProcessParameter.nameattribute defined at extensionprocessing.Generated method - Getter of theBusinessProcessParameter.processattribute defined at extensionprocessing.getValue()Generated method - Getter of theBusinessProcessParameter.valueattribute defined at extensionprocessing.voidGenerated method - Setter ofBusinessProcessParameter.nameattribute defined at extensionprocessing.voidsetProcess(BusinessProcessModel value) Generated method - Setter ofBusinessProcessParameter.processattribute defined at extensionprocessing.voidGenerated method - Setter ofBusinessProcessParameter.valueattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_PROCESS2PROCESSPARAMETERRELATION
Generated relation code constant for relationProcess2ProcessParameterRelationdefining source attributeprocessin extensionprocessing.- See Also:
-
NAME
Generated constant - Attribute key ofBusinessProcessParameter.nameattribute defined at extensionprocessing.- See Also:
-
VALUE
Generated constant - Attribute key ofBusinessProcessParameter.valueattribute defined at extensionprocessing.- See Also:
-
PROCESS
Generated constant - Attribute key ofBusinessProcessParameter.processattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
BusinessProcessParameterModel
public BusinessProcessParameterModel()Generated constructor - Default constructor for generic creation. -
BusinessProcessParameterModel
public BusinessProcessParameterModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
BusinessProcessParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public BusinessProcessParameterModel(String _name, BusinessProcessModel _process, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_name- initial attribute declared by typeBusinessProcessParameterat extensionprocessing_process- initial attribute declared by typeBusinessProcessParameterat extensionprocessing_value- initial attribute declared by typeBusinessProcessParameterat extensionprocessing
-
BusinessProcessParameterModel
@Deprecated(since="4.1.1", forRemoval=true) public BusinessProcessParameterModel(String _name, ItemModel _owner, BusinessProcessModel _process, Object _value) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_name- initial attribute declared by typeBusinessProcessParameterat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_process- initial attribute declared by typeBusinessProcessParameterat extensionprocessing_value- initial attribute declared by typeBusinessProcessParameterat extensionprocessing
-
-
Method Details
-
getName
Generated method - Getter of theBusinessProcessParameter.nameattribute defined at extensionprocessing.- Returns:
- the name - Unique identifier of this process context parameter
-
getProcess
Generated method - Getter of theBusinessProcessParameter.processattribute defined at extensionprocessing.- Returns:
- the process
-
getValue
Generated method - Getter of theBusinessProcessParameter.valueattribute defined at extensionprocessing.- Returns:
- the value - Value of this context parameter.
-
setName
Generated method - Setter ofBusinessProcessParameter.nameattribute defined at extensionprocessing.- Parameters:
value- the name - Unique identifier of this process context parameter
-
setProcess
Generated method - Setter ofBusinessProcessParameter.processattribute defined at extensionprocessing.- Parameters:
value- the process
-
setValue
Generated method - Setter ofBusinessProcessParameter.valueattribute defined at extensionprocessing.- Parameters:
value- the value - Value of this context parameter.
-