uk.ac.ebi.intenz.webapp.dtos
Class EnzymeListDTO
java.lang.Object
org.apache.struts.action.ActionForm
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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
EnzymeListDTO
public EnzymeListDTO()
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.