Class ProgramRestEntity

java.lang.Object
io.meeds.gamification.model.ProgramDTO
io.meeds.gamification.rest.model.ProgramRestEntity
All Implemented Interfaces:
Serializable, Cloneable

public class ProgramRestEntity extends ProgramDTO
See Also:
  • 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)