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

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

public class CommentDTO
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
CommentDTO()
           
CommentDTO(CommentDTO commentDTO)
           
 
Method Summary
 boolean equals(Object o)
           
 String getComment()
           
 String getOrderIn()
           
 String getSource()
           
 String getSourceDisplay()
           
 String getView()
           
 String getViewDisplayImage()
           
 String getViewDisplayString()
           
 String getXmlComment()
           
 int hashCode()
           
 void setComment(String comment)
           
 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 setXmlComment(String xmlComment)
           
 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

CommentDTO

public CommentDTO()

CommentDTO

public CommentDTO(CommentDTO commentDTO)
Method Detail

getComment

public String getComment()

setComment

public void setComment(String comment)

getOrderIn

public String getOrderIn()

setOrderIn

public void setOrderIn(String orderIn)

getSource

public String getSource()

setSource

public void setSource(String source)

getSourceDisplay

public String getSourceDisplay()

setSourceDisplay

public void setSourceDisplay(String sourceDisplay)

getView

public String getView()

setView

public void setView(String view)

getViewDisplayImage

public String getViewDisplayImage()

setViewDisplayImage

public void setViewDisplayImage(String viewDisplayImage)

getViewDisplayString

public String getViewDisplayString()

setViewDisplayString

public void setViewDisplayString(String viewDisplayString)

getXmlComment

public String getXmlComment()

setXmlComment

public void setXmlComment(String xmlComment)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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


Copyright © 2013 EMBL-EBI. All Rights Reserved.