org.chorem.pollen.business.dto
Class CommentDTO
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentDTO
public CommentDTO()
CommentDTO
public CommentDTO(String id)
CommentDTO
public CommentDTO(String text,
String pollId,
String pollAccountId)
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.