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

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.GhostEnzymeListDTO
All Implemented Interfaces:
Serializable

public class GhostEnzymeListDTO
extends org.apache.struts.validator.ValidatorForm

This ActionForm stores an ArrayList of GhostEnzymeDTO instances.

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
GhostEnzymeListDTO()
           
 
Method Summary
 List getGhostEnzymeList()
           
 void setGhostEnzymeList(List ghostEnzymeList)
           
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults, validate
 
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

GhostEnzymeListDTO

public GhostEnzymeListDTO()
Method Detail

getGhostEnzymeList

public List getGhostEnzymeList()

setGhostEnzymeList

public void setGhostEnzymeList(List ghostEnzymeList)


Copyright © 2013 EMBL-EBI. All Rights Reserved.