Class Announcement
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.dto.configuration.Announcement
-
-
Constructor Summary
Constructors Constructor Description Announcement()Announcement(long id, Long challengeId, Long assignee, String comment, Long creator, String createdDate, Long activityId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Announcementclone()LonggetActivityId()LonggetAssignee()LonggetChallengeId()StringgetComment()StringgetCreatedDate()LonggetCreator()longgetId()voidsetActivityId(Long activityId)voidsetAssignee(Long assignee)voidsetChallengeId(Long challengeId)voidsetComment(String comment)voidsetCreatedDate(String createdDate)voidsetCreator(Long creator)voidsetId(long id)
-
-
-
Method Detail
-
clone
public Announcement clone()
-
getId
public long getId()
-
setId
public void setId(long id)
-
getChallengeId
public Long getChallengeId()
-
setChallengeId
public void setChallengeId(Long challengeId)
-
getAssignee
public Long getAssignee()
-
setAssignee
public void setAssignee(Long assignee)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getCreator
public Long getCreator()
-
setCreator
public void setCreator(Long creator)
-
getCreatedDate
public String getCreatedDate()
-
setCreatedDate
public void setCreatedDate(String createdDate)
-
getActivityId
public Long getActivityId()
-
setActivityId
public void setActivityId(Long activityId)
-
-