Class BadgeDTO

java.lang.Object
io.meeds.gamification.model.BadgeDTO
All Implemented Interfaces:
Serializable

public class BadgeDTO extends Object implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
    • title

      protected String title
    • description

      protected String description
    • neededScore

      protected int neededScore
    • startValidityDate

      protected String startValidityDate
    • endValidityDate

      protected String endValidityDate
    • enabled

      protected boolean enabled
    • deleted

      protected boolean deleted
  • Constructor Details

    • BadgeDTO

      public BadgeDTO()