org.apache.pluto.om.common
Interface ParameterCtrl

All Superinterfaces:
Controller

public interface ParameterCtrl
extends Controller

The Parameter interface ...

This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.


Method Summary
 void setDescriptionSet(DescriptionSet descriptions)
          Sets the description
 void setName(java.lang.String name)
          Sets the name
 void setValue(java.lang.String value)
          Sets the value
 

Method Detail

setName

void setName(java.lang.String name)
Sets the name

Parameters:
name - the new name

setValue

void setValue(java.lang.String value)
Sets the value

Parameters:
value - the new value

setDescriptionSet

void setDescriptionSet(DescriptionSet descriptions)
Sets the description

Parameters:
descriptions - the new description