@Entity(name="Kudos") public class KudosEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
createdDate |
long |
entityId |
int |
entityType |
boolean |
isReceiverUser |
String |
message |
Long |
parentEntityId |
long |
receiverId |
long |
senderId |
| Constructor and Description |
|---|
KudosEntity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedDate() |
long |
getEntityId() |
int |
getEntityType() |
Long |
getId() |
String |
getMessage() |
Long |
getParentEntityId() |
long |
getReceiverId() |
long |
getSenderId() |
boolean |
isReceiverUser() |
void |
setCreatedDate(long createdDate) |
void |
setEntityId(long entityId) |
void |
setEntityType(int entityType) |
void |
setId(Long id) |
void |
setMessage(String message) |
void |
setParentEntityId(Long parentEntityId) |
void |
setReceiverId(long receiverId) |
void |
setReceiverUser(boolean isReceiverUser) |
void |
setSenderId(long senderId) |
public long senderId
public long receiverId
public boolean isReceiverUser
public Long parentEntityId
public long entityId
public int entityType
public String message
public long createdDate
public Long getId()
public void setId(Long id)
public long getSenderId()
public void setSenderId(long senderId)
public long getReceiverId()
public void setReceiverId(long receiverId)
public boolean isReceiverUser()
public void setReceiverUser(boolean isReceiverUser)
public long getEntityId()
public void setEntityId(long entityId)
public int getEntityType()
public void setEntityType(int entityType)
public String getMessage()
public void setMessage(String message)
public long getCreatedDate()
public void setCreatedDate(long createdDate)
public Long getParentEntityId()
public void setParentEntityId(Long parentEntityId)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.