public class RestForumParticipant.ForumParticipantsBean extends Object
| Constructor and Description |
|---|
RestForumParticipant.ForumParticipantsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterBy() |
Date |
getFromDate() |
Date |
getLastUpdate() |
List<RestForumParticipant.ForumParticipantProfile> |
getListForumParticipantProfile() |
Date |
getToDate() |
void |
setFilterBy(String filterBy) |
void |
setFromDate(Date fromDate) |
void |
setLastUpdate(Date lastUpdate) |
void |
setListForumParticipantProfile(List<RestForumParticipant.ForumParticipantProfile> listForumParticipantProfile) |
void |
setToDate(Date toDate) |
public RestForumParticipant.ForumParticipantsBean()
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public String getFilterBy()
public void setFilterBy(String filterBy)
public Date getLastUpdate()
public void setLastUpdate(Date lastUpdate)
public List<RestForumParticipant.ForumParticipantProfile> getListForumParticipantProfile()
public void setListForumParticipantProfile(List<RestForumParticipant.ForumParticipantProfile> listForumParticipantProfile)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.