|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.model.ParameterImpl
public class ParameterImpl
Class implementing the representation of the <parameter> element of a Process Model.
| Constructor Summary | |
|---|---|
ParameterImpl()
Constructor |
|
| Method Summary | |
|---|---|
String |
getKey()
This method has to be implemented by the referrable object it has to compute the unique key |
String |
getName()
Get the name of the Parameter |
String |
getValue()
Get the value of the Parameter |
void |
setName(String name)
Set the name of the Parameter |
void |
setValue(String value)
Set the value of the Parameter |
| Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterImpl()
| Method Detail |
|---|
public String getName()
getName in interface Parameterpublic void setName(String name)
setName in interface Parameterparameter - 's namepublic String getValue()
getValue in interface Parameterpublic void setValue(String value)
setValue in interface Parameterparameter - 's valuepublic String getKey()
AbstractReferrableObject
getKey in interface ReferrableObjectIntfgetKey in class AbstractReferrableObjectequals,
hashCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||