| |
|
| java.lang.Object org.cougaar.planning.ldm.plan.AlertParameterImpl
Method Summary | |
public String | getDescription() getDescription - returns a description of the AlertParameter for display in
the UI to tell a user what and why he is seeing it. | public Object | getParameter() | public Object | getResponse() getRespose - The answer to the question posed by this AlertParameter. | public boolean | isEditable() | public boolean | isVisible() | public void | setDescription(String paramDescription) setDescription - sets a description of the AlertParameter for display in the
UI to tell a user what and why he is seeing it. | public void | setEditable(boolean newEditable) | public void | setParameter(Object param) setParameter - set object whose contents would be meaningful to a UI user
who must respond to the Alert associated with this AlertParameter. | public void | setResponse(Object response) setResponse - saves the answer to the question posed by this AlertParameter. | public void | setVisible(boolean newVisible) |
editable | protected boolean editable(Code) | | |
visible | protected boolean visible(Code) | | |
AlertParameterImpl | public AlertParameterImpl()(Code) | | Constructor - takes no arguments
|
AlertParameterImpl | public AlertParameterImpl(String description, Object parameter)(Code) | | Constructor
Parameters: description - String description for the parameter Parameters: parameter - Object actual object associated with the parameter |
getDescription | public String getDescription()(Code) | | getDescription - returns a description of the AlertParameter for display in
the UI to tell a user what and why he is seeing it.
String |
getParameter | public Object getParameter()(Code) | | getParameter - return Object whose contents would be meaningful to a UI user
who must respond to the Alert associated with this AlertParameter
Object |
getResponse | public Object getResponse()(Code) | | getRespose - The answer to the question posed by this AlertParameter. This method
would be used by the UI to fill in the user's response, if any.
|
isEditable | public boolean isEditable()(Code) | | |
isVisible | public boolean isVisible()(Code) | | |
setDescription | public void setDescription(String paramDescription)(Code) | | setDescription - sets a description of the AlertParameter for display in the
UI to tell a user what and why he is seeing it.
Parameters: paramDescription - String |
setEditable | public void setEditable(boolean newEditable)(Code) | | |
setParameter | public void setParameter(Object param)(Code) | | setParameter - set object whose contents would be meaningful to a UI user
who must respond to the Alert associated with this AlertParameter.
Parameters: param - Object |
setResponse | public void setResponse(Object response)(Code) | | setResponse - saves the answer to the question posed by this AlertParameter.
This method would be used by the UI to fill in the user's response, if any.
|
setVisible | public void setVisible(boolean newVisible)(Code) | | |
|
|
|