org.chorem.pollen.votecounting.dto
Class CommentDTO
java.lang.Object
org.chorem.pollen.votecounting.dto.CommentDTO
public class CommentDTO
- extends Object
Classe DTO représentant un commentaire.
- Version:
- $Id: CommentDTO.java 2696 2009-08-10 16:18:15Z nrannou $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentDTO
public CommentDTO(String votingID,
String text)
getVotingID
public String getVotingID()
setVotingID
public void setVotingID(String votingID)
getText
public String getText()
setText
public void setText(String text)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.