|
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
public class SpecifyPathway
| Field Summary | |
|---|---|
static String |
PAGE_ADD_REACTION
Page ID for Adding a Reaction to Model. |
static String |
PAGE_REMOVE_REACTION
Page ID for Removing a Reaction from Model. |
static String |
PAGE_RESET_SESSION
Page ID to Reset Session. |
static String |
PAGE_SAVE_PATHWAY
Page ID for Save Pathway. |
static String |
PAGE_SET_NAME_DESCRIPTION
Page ID for Set Name/Description. |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
SpecifyPathway()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getName()
|
String |
getPage()
Gets the Page ID. |
String |
getReaction()
Gets the current reaction SPID. |
boolean |
hasAValue(String value)
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
|
void |
setDescription(String value)
|
void |
setName(String value)
|
void |
setPage(String page)
Sets the Page ID. |
void |
setReaction(String reactionSPID)
Sets current reaction SPID |
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.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_ADD_REACTION
public static final String PAGE_REMOVE_REACTION
public static final String PAGE_RESET_SESSION
public static final String PAGE_SET_NAME_DESCRIPTION
public static final String PAGE_SAVE_PATHWAY
| Constructor Detail |
|---|
public SpecifyPathway()
| Method Detail |
|---|
public void setPage(String page)
public String getPage()
public String getReaction()
public void setReaction(String reactionSPID)
reactionSPID - spid of reactionpublic String getName()
public void setName(String value)
public String getDescription()
public void setDescription(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 org.apache.struts.action.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processing
public void reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormpublic boolean hasAValue(String value)
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||