Package io.meeds.gamification.model
Class RuleDTO
java.lang.Object
io.meeds.gamification.model.RuleDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RulePublication,RuleRestEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected Stringprotected Stringprotected booleanprotected Stringprotected booleanprotected Stringprotected EventDTOprotected Longprotected Stringprotected Stringprotected ProgramDTOprotected RecurrenceTypeprotected intprotected Stringprotected Stringprotected EntityType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
description
-
score
protected int score -
program
-
enabled
protected boolean enabled -
deleted
protected boolean deleted -
createdBy
-
createdDate
-
lastModifiedBy
-
event
-
lastModifiedDate
-
startDate
-
endDate
-
activityId
protected long activityId -
cacheTime
protected long cacheTime -
prerequisiteRuleIds
-
type
-
recurrence
-
-
Constructor Details
-
RuleDTO
public RuleDTO()
-
-
Method Details
-
getAudienceId
Deprecated, for removal: This API element is subject to removal in a future version.user spaceId insteadDeprecated should be renamed to spaceId knowing that audienceId should reference an identity id instead- Returns:
- Space Id attached to program
-
getProgramId
public long getProgramId() -
getSpaceId
public long getSpaceId() -
getManagers
-
isOpen
public boolean isOpen() -
clone
-