Package io.meeds.gamification.entity
Class RuleEntity
java.lang.Object
io.meeds.gamification.entity.AbstractAuditingEntity
io.meeds.gamification.entity.RuleEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected RealizationStatusprotected Stringprotected Longprotected booleanprotected booleanprotected intprotected Stringprotected EntityTypeFields inherited from class io.meeds.gamification.entity.AbstractAuditingEntity
createdBy, createdDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
description
-
score
protected int score -
activityId
protected long activityId -
isEnabled
protected boolean isEnabled -
isDeleted
protected boolean isDeleted -
type
-
defaultRealizationStatus
-
-
Constructor Details
-
RuleEntity
public RuleEntity()
-