@Entity(name="GamificationBadge") public class BadgeEntity extends AbstractAuditingEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
domain |
protected boolean |
enabled |
protected Date |
endValidityDate |
protected Long |
id |
protected int |
neededScore |
protected Date |
startValidityDate |
protected String |
title |
createdBy, createdDate, lastModifiedBy, lastModifiedDate| Constructor and Description |
|---|
BadgeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDomain() |
Date |
getEndValidityDate() |
long |
getIconFileId() |
Long |
getId() |
int |
getNeededScore() |
Date |
getStartValidityDate() |
String |
getTitle() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setDescription(String description) |
void |
setDomain(String domain) |
void |
setEnabled(boolean enabled) |
void |
setEndValidityDate(Date endValidityDate) |
void |
setIconFileId(long iconFileId) |
void |
setId(Long id) |
void |
setNeededScore(int neededScore) |
void |
setStartValidityDate(Date startValidityDate) |
void |
setTitle(String title) |
String |
toString() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateprotected Long id
protected String title
protected String description
protected int neededScore
protected Date startValidityDate
protected Date endValidityDate
protected boolean enabled
protected String domain
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public int getNeededScore()
public void setNeededScore(int neededScore)
public Date getStartValidityDate()
public void setStartValidityDate(Date startValidityDate)
public Date getEndValidityDate()
public void setEndValidityDate(Date endValidityDate)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getDomain()
public void setDomain(String domain)
public long getIconFileId()
public void setIconFileId(long iconFileId)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.