|
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.SpecifySigPathEntity
org.sigpath.form.SpecifyExternalReference
public class SpecifyExternalReference
Form Bean for Specifying an External Reference. In addition to the SPID, this form has two additional fields:
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
SpecifyExternalReference()
|
|
| Method Summary | |
|---|---|
String |
getAc()
Gets the Accession Code. |
String |
getDatabase()
Gets the Database Value. |
String |
getOldAc()
Gets the Old Accession Code. |
String |
getOldDatabase()
Gets the Old Database. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Reset all properties to their default values. |
void |
setAc(String ac)
Sets the Accession Code. |
void |
setDatabase(String database)
Sets the Database Parameter. |
void |
setOldAc(String oldAC)
Sets the old Accession Code. |
void |
setOldDatabase(String oldDatabase)
Sets the Old Database. |
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.SpecifySigPathEntity |
|---|
getSpid, setSpid |
| 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 |
| Constructor Detail |
|---|
public SpecifyExternalReference()
| Method Detail |
|---|
public void setDatabase(String database)
database - Database valuepublic String getDatabase()
public void setAc(String ac)
ac - Accession Codepublic String getAc()
public void setOldAc(String oldAC)
oldAC - Accession Code Stringpublic String getOldAc()
public void setOldDatabase(String oldDatabase)
oldDatabase - Database Database Stringpublic String getOldDatabase()
public void reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
reset in class SpecifySigPathEntitymapping - The mapping used to select this instancerequest - The servlet request we are processing
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 SpecifySigPathEntitymapping - 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 | |||||||||