Package io.meeds.gamification.model
Class ProgramDTO
java.lang.Object
io.meeds.gamification.model.ProgramDTO
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
ProgramRestEntity,ProgramWithRulesRestEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected Stringprotected Stringprotected longprotected Stringprotected longprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected booleanprotected longprotected Stringprotected Stringprotected booleanprotected intprotected longprotected longprotected Stringprotected StringDeprecated.There is no difference anymore between Automatic or Manual Domain/Program.protected EntityVisibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longDeprecated, for removal: This API element is subject to removal in a future version.user spaceId insteadvoidsetAudienceId(long spaceId) Deprecated, for removal: This API element is subject to removal in a future version.user spaceId instead
-
Field Details
-
id
protected long id -
title
-
description
-
color
-
spaceId
protected long spaceId -
priority
protected int priority -
createdBy
-
createdDate
-
lastModifiedBy
-
lastModifiedDate
-
deleted
protected boolean deleted -
enabled
protected boolean enabled -
budget
protected long budget -
type
Deprecated.There is no difference anymore between Automatic or Manual Domain/Program. This is preserved for future usages, but not used -
coverUploadId
-
avatarUploadId
-
coverFileId
protected long coverFileId -
avatarFileId
protected long avatarFileId -
coverUrl
-
avatarUrl
-
ownerIds
-
rulesTotalScore
protected long rulesTotalScore -
open
protected boolean open -
visibility
-
-
Constructor Details
-
ProgramDTO
public ProgramDTO()
-
-
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 technical identifier
-
setAudienceId
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- Parameters:
spaceId- space technical identifier
-
clone
-