Class BadgeEntity

All Implemented Interfaces:
Serializable

@Entity(name="GamificationBadge") public class BadgeEntity extends AbstractAuditingEntity implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
    • title

      protected String title
    • description

      protected String description
    • neededScore

      protected int neededScore
    • startValidityDate

      protected Date startValidityDate
    • endValidityDate

      protected Date endValidityDate
    • enabled

      protected boolean enabled
    • isDeleted

      protected boolean isDeleted
  • Constructor Details

    • BadgeEntity

      public BadgeEntity()