SigPath

org.sigpath.form
Class SpecifyModelImage

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.sigpath.form.SpecifyModelImage
All Implemented Interfaces:
Serializable

public class SpecifyModelImage
extends org.apache.struts.action.ActionForm

Form bean for Specifying Model Image options

Version:
$Revision: 8774 $
Author:
Benjamin Chiang
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SpecifyModelImage()
           
 
Method Summary
 boolean getCompactComplexes()
           
 boolean getCompactEnzymes()
           
 String getFormat()
           
 String getLayouter()
           
 boolean getShowATP()
           
 String getSpid()
          Getters/Setters
 boolean hasAValue(String value)
           
 void setCompactComplexes(boolean value)
           
 void setCompactEnzymes(boolean value)
           
 void setFormat(String value)
           
 void setLayouter(String value)
           
 void setShowATP(boolean value)
           
 void setSpid(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.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifyModelImage

public SpecifyModelImage()
Method Detail

getSpid

public String getSpid()
Getters/Setters


setSpid

public void setSpid(String value)

getFormat

public String getFormat()

setFormat

public void setFormat(String value)

getLayouter

public String getLayouter()

setLayouter

public void setLayouter(String value)

getCompactEnzymes

public boolean getCompactEnzymes()

setCompactEnzymes

public void setCompactEnzymes(boolean value)

getCompactComplexes

public boolean getCompactComplexes()

setCompactComplexes

public void setCompactComplexes(boolean value)

getShowATP

public boolean getShowATP()

setShowATP

public void setShowATP(boolean value)

validate

public 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. If no errors are found, return null or an ActionErrors object with no recorded error messages.

Overrides:
validate in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing
Returns:
ActionErrors object containing all validation errors

hasAValue

public boolean hasAValue(String value)

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.