Class ParameterImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.ParameterImpl
-
- All Implemented Interfaces:
Serializable
,Parameter
public class ParameterImpl extends Object implements Parameter, Serializable
Class implementing the representation of the <parameter> element of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterImpl()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Get the name of the ParameterString
getValue()
Get the value of the Parameterint
hashCode()
void
setName(String name)
Set the name of the Parametervoid
setValue(String value)
Set the value of the Parameter
-