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

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

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

Only used for clones when an enzyme consists of "two rows". (Not used as a list in other DTO's)

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.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EnzymeListDTO()
           
 
Method Summary
 List getResult()
           
 GhostEnzymeDTO getRowAt(int index)
           
 void setResult(List result)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
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

EnzymeListDTO

public EnzymeListDTO()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm

getResult

public List getResult()

setResult

public void setResult(List result)

getRowAt

public GhostEnzymeDTO getRowAt(int index)


Copyright © 2013 EMBL-EBI. All Rights Reserved.