public class TargetContextholder extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createdDate |
protected Date |
lastModifiedDate |
protected Long |
score |
protected List<String> |
usernames |
| Constructor and Description |
|---|
TargetContextholder() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
Date |
getLastModifiedDate() |
Long |
getScore() |
List<String> |
getUsernames() |
void |
setCreatedDate(Date createdDate) |
void |
setLastModifiedDate(Date lastModifiedDate) |
void |
setScore(Long score) |
void |
setUsernames(List<String> usernames) |
protected Date lastModifiedDate
protected Date createdDate
protected Long score
public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Long getScore()
public void setScore(Long score)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.