Class Announcement

java.lang.Object
io.meeds.gamification.model.Announcement
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AnnouncementActivity

public class Announcement extends Object implements Cloneable
  • Field Details

    • id

      protected long id
    • challengeId

      protected Long challengeId
    • challengeTitle

      protected String challengeTitle
    • assignee

      protected Long assignee
    • comment

      protected String comment
    • creator

      protected Long creator
    • createdDate

      protected String createdDate
    • activityId

      protected Long activityId
  • Constructor Details

    • Announcement

      public Announcement()
  • Method Details