Package io.meeds.gamification.rest.model
Class ProgramRestEntity
java.lang.Object
io.meeds.gamification.model.ProgramDTO
io.meeds.gamification.rest.model.ProgramRestEntity
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class io.meeds.gamification.model.ProgramDTO
avatarFileId, avatarUploadId, avatarUrl, budget, color, coverFileId, coverUploadId, coverUrl, createdBy, createdDate, deleted, description, enabled, id, lastModifiedBy, lastModifiedDate, open, ownerIds, priority, rulesTotalScore, spaceId, title, type, visibility -
Constructor Summary
ConstructorsConstructorDescriptionProgramRestEntity(long id, String title, String description, String color, long spaceId, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, String coverUploadId, String avatarUploadId, long coverFileId, long avatarFileId, String coverUrl, String avatarUrl, Set<Long> ownerIds, long rulesTotalScore, boolean open, org.exoplatform.social.core.space.model.Space space, UserInfo userInfo, List<UserInfo> owners, List<String> administrators, int activeRulesCount, EntityVisibility visibility) -
Method Summary
Methods inherited from class io.meeds.gamification.model.ProgramDTO
clone, getAudienceId, setAudienceId
-
Constructor Details
-
ProgramRestEntity
public ProgramRestEntity(long id, String title, String description, String color, long spaceId, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, String coverUploadId, String avatarUploadId, long coverFileId, long avatarFileId, String coverUrl, String avatarUrl, Set<Long> ownerIds, long rulesTotalScore, boolean open, org.exoplatform.social.core.space.model.Space space, UserInfo userInfo, List<UserInfo> owners, List<String> administrators, int activeRulesCount, EntityVisibility visibility)
-