com.intland.codebeamer.persistence.dto
Class ForumThreadsStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.ForumThreadsStatsDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class ForumThreadsStatsDto
- extends IdentifiableDto
Dto contains information about a thread of a Forum.
- See Also:
- Serialized Form
Methods inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto |
clone, compare, compareInteger, compareTo, equals, equals, getId, hashCode, hashCode, setId, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ForumThreadsStatsDto
public ForumThreadsStatsDto()
getReplies
public java.lang.Integer getReplies()
setReplies
public void setReplies(java.lang.Integer replies)
getLastPost
public java.util.Date getLastPost()
setLastPost
public void setLastPost(java.util.Date lastPost)
Copyright © 2006-2009 Intland Software. All rights reserved.