Class DomainDTO
java.lang.Object
org.exoplatform.addons.gamification.service.dto.configuration.DomainDTO
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
DomainWithChallengesRestEntity
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainDTO(long id, String title, String description, int priority, long audienceId, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, long coverFileId, String coverUrl, Set<Long> owners, long rulesTotalScore) -
Method Summary
-
Constructor Details
-
DomainDTO
public DomainDTO(long id, String title, String description, int priority, long audienceId, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, long coverFileId, String coverUrl, Set<Long> owners, long rulesTotalScore)
-
-
Method Details