public class SourceContext extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createdDate |
protected Date |
lastModifiedDate |
protected Long |
score |
protected String |
username |
| Constructor and Description |
|---|
SourceContext() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
Date |
getLastModifiedDate() |
Long |
getScore() |
String |
getUsername() |
void |
setCreatedDate(Date createdDate) |
void |
setLastModifiedDate(Date lastModifiedDate) |
void |
setScore(Long score) |
void |
setUsername(String username) |
protected String username
protected Date lastModifiedDate
protected Date createdDate
protected Long score
public String getUsername()
public void setUsername(String username)
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.