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

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

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

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
CofactorDTO()
           
CofactorDTO(CofactorDTO cofactorDTO)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAccession()
           
 String getCofactorValue()
           
 String getCompoundId()
           
 String getOrderIn()
           
 String getSource()
           
 String getSourceDisplay()
           
 String getView()
           
 String getViewDisplayImage()
           
 String getViewDisplayString()
           
 String getXmlCofactorValue()
           
 int hashCode()
           
 void setAccession(String accession)
           
 void setCofactorValue(String cofactorValue)
           
 void setCompoundId(String compoundId)
           
 void setOrderIn(String orderIn)
           
 void setSource(String source)
           
 void setSourceDisplay(String sourceDisplay)
           
 void setView(String view)
           
 void setViewDisplayImage(String viewDisplayImage)
           
 void setViewDisplayString(String viewDisplayString)
           
 void setXmlCofactorValue(String xmlCofactorValue)
           
 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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CofactorDTO

public CofactorDTO()

CofactorDTO

public CofactorDTO(CofactorDTO cofactorDTO)
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

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getCofactorValue

public String getCofactorValue()

setCofactorValue

public void setCofactorValue(String cofactorValue)

getXmlCofactorValue

public String getXmlCofactorValue()

setXmlCofactorValue

public void setXmlCofactorValue(String xmlCofactorValue)

getOrderIn

public String getOrderIn()

setOrderIn

public void setOrderIn(String orderIn)

getSource

public String getSource()

setSource

public void setSource(String source)

getView

public String getView()

setView

public void setView(String view)

getSourceDisplay

public String getSourceDisplay()

setSourceDisplay

public void setSourceDisplay(String sourceDisplay)

getViewDisplayString

public String getViewDisplayString()

setViewDisplayString

public void setViewDisplayString(String viewDisplayString)

getViewDisplayImage

public String getViewDisplayImage()

setViewDisplayImage

public void setViewDisplayImage(String viewDisplayImage)

getAccession

public String getAccession()

setAccession

public void setAccession(String accession)

getCompoundId

public String getCompoundId()

setCompoundId

public void setCompoundId(String compoundId)


Copyright © 2013 EMBL-EBI. All Rights Reserved.