@Entity(name="GamificationContextItem") public class GamificationContextItemEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected int |
occurrence |
protected String |
opType |
protected int |
score |
protected String |
zone |
| Constructor and Description |
|---|
GamificationContextItemEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GamificationContextEntity |
getGamificationUserEntity() |
Long |
getId() |
int |
getOccurrence() |
String |
getOpType() |
int |
getScore() |
String |
getZone() |
int |
hashCode() |
void |
setGamificationUserEntity(GamificationContextEntity gamificationUserEntity) |
void |
setId(Long id) |
void |
setOccurrence(int occurrence) |
void |
setOpType(String opType) |
void |
setScore(int score) |
void |
setZone(String zone) |
String |
toString() |
protected Long id
protected String zone
protected String opType
protected int occurrence
protected int score
public Long getId()
public void setId(Long id)
public String getZone()
public void setZone(String zone)
public String getOpType()
public void setOpType(String opType)
public int getOccurrence()
public void setOccurrence(int occurrence)
public int getScore()
public void setScore(int score)
public GamificationContextEntity getGamificationUserEntity()
public void setGamificationUserEntity(GamificationContextEntity gamificationUserEntity)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.