public class ForumsWeeklyStatistic extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WEEK_STATISTIC_ID |
| Constructor and Description |
|---|
ForumsWeeklyStatistic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Date |
getLastStatEntry() |
Long |
getPostsCountOfWeek() |
Date |
getStartDate() |
Long |
getStartPostsCountOfWeek() |
void |
setId(String id) |
void |
setLastStatEntry(Date lastStatEntry) |
void |
setPostsCountOfWeek(Long postsCountOfWeek) |
void |
setStartDate(Date startDate) |
void |
setStartPostsCountOfWeek(Long startPostsCountOfWeek) |
public static final String WEEK_STATISTIC_ID
public String getId()
public void setId(String id)
public Date getStartDate()
public void setStartDate(Date startDate)
public Long getStartPostsCountOfWeek()
public void setStartPostsCountOfWeek(Long startPostsCountOfWeek)
public Long getPostsCountOfWeek()
public void setPostsCountOfWeek(Long postsCountOfWeek)
public Date getLastStatEntry()
public void setLastStatEntry(Date lastStatEntry)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.