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

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

Deprecated.

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DataCommentDTO()
          Deprecated.  
DataCommentDTO(DataCommentDTO dataCommentDTO)
          Deprecated.  
 
Method Summary
 String getDisplayComment()
          Deprecated.  
 String getId()
          Deprecated.  
 String getXmlComment()
          Deprecated.  
 void setDisplayComment(String displayComment)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setXmlComment(String xmlComment)
          Deprecated.  
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 
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

DataCommentDTO

public DataCommentDTO()
Deprecated. 

DataCommentDTO

public DataCommentDTO(DataCommentDTO dataCommentDTO)
Deprecated. 
Method Detail

validate

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

getXmlComment

public String getXmlComment()
Deprecated. 

setXmlComment

public void setXmlComment(String xmlComment)
Deprecated. 

getDisplayComment

public String getDisplayComment()
Deprecated. 

setDisplayComment

public void setDisplayComment(String displayComment)
Deprecated. 

getId

public String getId()
Deprecated. 

setId

public void setId(String id)
Deprecated. 


Copyright © 2013 EMBL-EBI. All Rights Reserved.