Package io.meeds.gamification.rest.model
Class RuleRestEntity
java.lang.Object
io.meeds.gamification.model.RuleDTO
io.meeds.gamification.rest.model.RuleRestEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class io.meeds.gamification.model.RuleDTO
activityId, cacheTime, createdBy, createdDate, deleted, description, enabled, endDate, event, id, lastModifiedBy, lastModifiedDate, prerequisiteRuleIds, program, recurrence, score, startDate, title, type -
Constructor Summary
ConstructorsConstructorDescriptionRuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, UserInfo userInfo, List<RuleDTO> prerequisiteRules) -
Method Summary
Methods inherited from class io.meeds.gamification.model.RuleDTO
getAudienceId, getManagers, getProgramId, getSpaceId, isOpen
-
Constructor Details
-
RuleRestEntity
public RuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, UserInfo userInfo, List<RuleDTO> prerequisiteRules)
-
-
Method Details