public class RelevanceId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId
The activity id.
|
protected String |
userId
The user id.
|
| Constructor and Description |
|---|
RelevanceId()
Instantiates a new RelevanceId.
|
RelevanceId(String userId,
String activityId)
Instantiates a new RelevanceId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActivityId()
Gets the activity id.
|
String |
getUserId()
Gets the user id.
|
int |
hashCode() |
protected String userId
protected String activityId
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.