uk.ac.ebi.intenz.webapp.dtos
Class EnzymeSubSubclassDTO

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by uk.ac.ebi.intenz.webapp.dtos.GhostEntityDTO
              extended by uk.ac.ebi.intenz.webapp.dtos.EnzymeSubSubclassDTO
All Implemented Interfaces:
Serializable

public class EnzymeSubSubclassDTO
extends GhostEntityDTO

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:07 $
Author:
Michael Darsow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EnzymeSubSubclassDTO()
           
 
Method Summary
 String getClassEc()
           
 String getClassName()
           
 String getDescription()
           
 List getEntries()
           
 GhostEnzymeDTO getRowAt(int index)
           
 String getSubclassEc()
           
 String getSubclassName()
           
 void setClassEc(String classEc)
           
 void setClassName(String className)
           
 void setDescription(String description)
           
 void setEntries(List entries)
           
 void setSubclassEc(String subclassEc)
           
 void setSubclassName(String subclassName)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.ServletRequest request)
          The Validator framework is used to check form parameters.
 
Methods inherited from class uk.ac.ebi.intenz.webapp.dtos.GhostEntityDTO
getEc, getName, setEc, setName, validate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnzymeSubSubclassDTO

public EnzymeSubSubclassDTO()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.ServletRequest request)
The Validator framework is used to check form parameters.

Overrides:
validate in class org.apache.struts.action.ActionForm
Parameters:
mapping - the Action mapping
request -
Returns:

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEntries

public List getEntries()

setEntries

public void setEntries(List entries)

getRowAt

public GhostEnzymeDTO getRowAt(int index)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getSubclassName

public String getSubclassName()

setSubclassName

public void setSubclassName(String subclassName)

getClassEc

public String getClassEc()

setClassEc

public void setClassEc(String classEc)

getSubclassEc

public String getSubclassEc()

setSubclassEc

public void setSubclassEc(String subclassEc)


Copyright © 2013 EMBL-EBI. All Rights Reserved.