Package io.meeds.gamification.entity
Class BadgeEntity
java.lang.Object
io.meeds.gamification.entity.AbstractAuditingEntity
io.meeds.gamification.entity.BadgeEntity
- All Implemented Interfaces:
Serializable
@Entity(name="GamificationBadge")
public class BadgeEntity
extends AbstractAuditingEntity
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected Dateprotected Longprotected booleanprotected intprotected Dateprotected StringFields inherited from class io.meeds.gamification.entity.AbstractAuditingEntity
createdBy, createdDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
description
-
neededScore
protected int neededScore -
startValidityDate
-
endValidityDate
-
enabled
protected boolean enabled -
isDeleted
protected boolean isDeleted
-
-
Constructor Details
-
BadgeEntity
public BadgeEntity()
-