com.intland.codebeamer.persistence.dto
Class ChatStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.NamedDto
com.intland.codebeamer.persistence.dto.base.DescribeableDto
com.intland.codebeamer.persistence.dto.ArtifactDto
com.intland.codebeamer.persistence.dto.ChatStatsDto
- All Implemented Interfaces:
- BaseDto, IndexableDto, ProjectAwareDto, ReferableDto, VersionedReferableDto, WriteControlledDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class ChatStatsDto
- extends ArtifactDto
Wraps statistical information about a chat.
- See Also:
- Serialized Form
Methods inherited from class com.intland.codebeamer.persistence.dto.ArtifactDto |
clone, compareArtifacts, compareScope, compareTo, compareType, equals, getAdditionalInfo, getAge, getCanDelete, getCompareType, getCreatedAt, getGenericReferenceId, getIconUrl, getInterwikiLink, getInterwikiLinkVersioned, getLastModifiedAt, getLastModifiedBy, getNotification, getOwner, getParent, getPath, getProject, getScopeName, getShortDescription, getTypeId, getUrlLink, getUrlLinkVersioned, getVersion, hashCode, isA, isApprovalSupported, isDeleted, isDirectory, isExists, isFile, isIndexed, isReadable, isSubscribed, isWikiNotes, isWikiPage, isWritable, setAdditionalInfo, setCreatedAt, setDeleted, setGenericReferenceId, setIndexed, setLastModifiedAt, setLastModifiedBy, setName, setNotification, setOwner, setParent, setProject, setReadable, setScopeName, setTypeId, setWritable, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ChatStatsDto
public ChatStatsDto()
getTodayPosts
public java.lang.Integer getTodayPosts()
setTodayPosts
public void setTodayPosts(java.lang.Integer todayPosts)
getTotalPosts
public java.lang.Integer getTotalPosts()
setTotalPosts
public void setTotalPosts(java.lang.Integer totalPosts)
Copyright © 2006-2009 Intland Software. All rights reserved.