com.silverpeas.workflow.engine.model
Class ParameterImpl

java.lang.Object
  extended by com.silverpeas.workflow.engine.AbstractReferrableObject
      extended by com.silverpeas.workflow.engine.model.ParameterImpl
All Implemented Interfaces:
Parameter, ReferrableObjectIntf, Serializable

public class ParameterImpl
extends AbstractReferrableObject
implements Parameter, Serializable

Class implementing the representation of the <parameter> element of a Process Model.

See Also:
Serialized Form

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

ParameterImpl

public ParameterImpl()
Constructor

Method Detail

getName

public String getName()
Get the name of the Parameter

Specified by:
getName in interface Parameter
Returns:
parameter's name

setName

public void setName(String name)
Set the name of the Parameter

Specified by:
setName in interface Parameter
Parameters:
parameter - 's name

getValue

public String getValue()
Get the value of the Parameter

Specified by:
getValue in interface Parameter
Returns:
parameter's value

setValue

public void setValue(String value)
Set the value of the Parameter

Specified by:
setValue in interface Parameter
Parameters:
parameter - 's value

getKey

public String getKey()
Description copied from class: AbstractReferrableObject
This method has to be implemented by the referrable object it has to compute the unique key

Specified by:
getKey in interface ReferrableObjectIntf
Specified by:
getKey in class AbstractReferrableObject
Returns:
The unique key.
See Also:
equals, hashCode


Copyright © 2016 Silverpeas. All Rights Reserved.