Class GamificationActionsHistoryDTO
java.lang.Object
org.exoplatform.addons.gamification.service.dto.configuration.GamificationActionsHistoryDTO
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGamificationActionsHistoryDTO(Long id, String earnerId, String earnerType, long globalScore, String actionTitle, String domain, String context, long actionScore, String receiver, String objectId, Long ruleId, Long activityId, String comment, Long creator, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, String status, EntityType type) -
Method Summary
-
Field Details
-
globalScore
protected long globalScore
-
-
Constructor Details
-
GamificationActionsHistoryDTO
public GamificationActionsHistoryDTO(Long id, String earnerId, String earnerType, long globalScore, String actionTitle, String domain, String context, long actionScore, String receiver, String objectId, Long ruleId, Long activityId, String comment, Long creator, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, String status, EntityType type) -
GamificationActionsHistoryDTO
public GamificationActionsHistoryDTO()
-
-
Method Details