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 3122 2012-01-30 20:43:30Z tchemit $
| 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-2012 CodeLutin. All Rights Reserved.