|
||||||||||
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 Parameter
public void setName(String name)
setName
in interface Parameter
parameter
- 's namepublic String getValue()
getValue
in interface Parameter
public void setValue(String value)
setValue
in interface Parameter
parameter
- 's valuepublic String getKey()
AbstractReferrableObject
getKey
in interface ReferrableObjectIntf
getKey
in class AbstractReferrableObject
equals
,
hashCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |