Class RuleEntity

All Implemented Interfaces:
Serializable

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

    • id

      protected Long id
    • title

      protected String title
    • description

      protected String description
    • score

      protected int score
    • activityId

      protected long activityId
    • event

      protected String event
    • isEnabled

      protected boolean isEnabled
    • isDeleted

      protected boolean isDeleted
    • type

      protected EntityType type
  • Constructor Details

    • RuleEntity

      public RuleEntity()