CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ForumThreadsStatsDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.base.IdentifiableDto
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.intland.codebeamer.persistence.dto.base.IdentifiableDto
IdentifiableDto.IdComparator
 
Constructor Summary
ForumThreadsStatsDto()
           
 
Method Summary
 java.util.Date getLastPost()
           
 java.lang.Integer getReplies()
           
 void setLastPost(java.util.Date lastPost)
           
 void setReplies(java.lang.Integer replies)
           
 
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
 

Constructor Detail

ForumThreadsStatsDto

public ForumThreadsStatsDto()
Method Detail

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)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.