|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.sigpath.form.SpecifyPathway
org.sigpath.form.SpecifyModel
public class SpecifyModel
Form bean for Specifying Model. The form contains the following fields:
| Field Summary | |
|---|---|
static String |
PAGE_SAVE_MODEL
Page ID for Save Model |
static String |
PAGE_SET_CONCENTRATIONS
Page ID for Adding a Reaction to Model |
static String |
PAGE_START_WIZARD
|
| Fields inherited from class org.sigpath.form.SpecifyPathway |
|---|
PAGE_ADD_REACTION, PAGE_REMOVE_REACTION, PAGE_RESET_SESSION, PAGE_SAVE_PATHWAY, PAGE_SET_NAME_DESCRIPTION |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
SpecifyModel()
|
|
| Method Summary | |
|---|---|
String[] |
getBuffered()
Returns an array of molecule spids that have buffered concentrations for the current reaction. |
String[] |
getConcentration()
Returns an array of concentration spids for the current reaction. |
String |
getTargetUnit()
|
void |
setBuffered(String[] value)
Adds an array of buffered molecule spids for the current reaction |
void |
setConcentration(String[] value)
Adds an array of concentrations spids. |
void |
setTargetUnit(String value)
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
| Methods inherited from class org.sigpath.form.SpecifyPathway |
|---|
getDescription, getName, getPage, getReaction, hasAValue, reset, setDescription, setName, setPage, setReaction |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PAGE_SET_CONCENTRATIONS
public static final String PAGE_SAVE_MODEL
public static final String PAGE_START_WIZARD
| Constructor Detail |
|---|
public SpecifyModel()
| Method Detail |
|---|
public void setConcentration(String[] value)
value - array of concentration spids to add to the current reactionpublic String[] getConcentration()
public void setBuffered(String[] value)
value - array of molecule spids that have buffered concentrations for the current reactionpublic String[] getBuffered()
public String getTargetUnit()
public void setTargetUnit(String value)
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
validate in class SpecifyPathwaymapping - The mapping used to select this instancerequest - The servlet request we are processing
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||