org.chorem.pollen.business.dto
Class CommentDTO

java.lang.Object
  extended by org.chorem.pollen.business.dto.CommentDTO
All Implemented Interfaces:
Serializable

public class CommentDTO
extends Object
implements Serializable

Classe DTO représentant un commentaire.

Version:
$Id: CommentDTO.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
amine, rannou
See Also:
Serialized Form

Constructor Summary
CommentDTO()
           
CommentDTO(String id)
           
CommentDTO(String text, String pollId, String pollAccountId)
           
 
Method Summary
 String getId()
           
 String getPollAccountId()
           
 String getPollId()
           
 Date getPostDate()
           
 String getText()
           
 void setId(String id)
           
 void setPollAccountId(String pollAccountId)
           
 void setPollId(String pollId)
           
 void setPostDate(Date postDate)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentDTO

public CommentDTO()

CommentDTO

public CommentDTO(String id)

CommentDTO

public CommentDTO(String text,
                  String pollId,
                  String pollAccountId)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getText

public String getText()

setText

public void setText(String text)

getPostDate

public Date getPostDate()

setPostDate

public void setPostDate(Date postDate)

getPollId

public String getPollId()

setPollId

public void setPollId(String pollId)

getPollAccountId

public String getPollAccountId()

setPollAccountId

public void setPollAccountId(String pollAccountId)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.