@Entity(name="SmartActivityRelevancy") public class RelevanceEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId
The activity id.
|
protected SimpleDateFormat |
dateFormat
The date format.
|
protected Boolean |
relevant
Indicates relevance of the Activity.
|
protected Date |
updateDate
The update date.
|
protected String |
userId
The user id.
|
protected Double |
weight
The weight.
|
protected Date |
weightDate
The weight date.
|
| Constructor and Description |
|---|
RelevanceEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the activity id.
|
Boolean |
getRelevant()
Gets the relevance.
|
Date |
getUpdateDate()
Gets the update date.
|
String |
getUserId()
Gets the user id.
|
Double |
getWeight()
Gets the weight.
|
Date |
getWeightDate()
Gets the weight date.
|
void |
setActivityId(String activityId)
Sets the activity id.
|
void |
setRelevant(Boolean relevant)
Sets the relevance.
|
void |
setUpdateDate(Date updateDate)
Sets the update date.
|
void |
setUserId(String userId)
Sets the user id.
|
void |
setWeight(Double weight)
Sets the weight.
|
void |
setWeightDate(Date weightDate)
Sets the weight date.
|
String |
toString()
Converts the RelevanceEntity to the String.
|
protected final SimpleDateFormat dateFormat
protected String userId
protected String activityId
protected Boolean relevant
protected Double weight
protected Date updateDate
protected Date weightDate
public Date getWeightDate()
public void setWeightDate(Date weightDate)
weightDate - the new weight datepublic Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate - the new update datepublic String getUserId()
public Double getWeight()
public void setWeight(Double weight)
weight - the new weightpublic void setUserId(String userId)
userId - the new user idpublic String getActivityId()
public void setActivityId(String activityId)
activityId - the new activity idpublic Boolean getRelevant()
public void setRelevant(Boolean relevant)
relevant - the new relevantCopyright © 2003–2018 eXo Platform SAS. All rights reserved.