|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.indexing.data.SearchEntry
org.exoplatform.commons.api.indexing.data.SimpleEntry
org.exoplatform.commons.api.indexing.data.StandardEntry
public class StandardEntry
The class defines standard entry
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry |
|---|
content, id |
| Constructor Summary | |
|---|---|
StandardEntry()
|
|
| Method Summary | |
|---|---|
String |
getCreationAuthor()
Get creation author |
long |
getCreationDate()
Get creation date |
String |
getLastUpdateAuthor()
Get last update author |
long |
getLastUpdateDate()
Get last update date |
void |
setCreationAuthor(String creationAuthor)
Set creation author |
void |
setCreationDate(long creationDate)
Set creation Date |
void |
setLastUpdateAuthor(String lastUpdateAuthor)
Set last update author |
void |
setLastUpdateDate(long lastUpdateDate)
Set last update date |
| Methods inherited from class org.exoplatform.commons.api.indexing.data.SimpleEntry |
|---|
getExcerpt, getTitle, getUrl, setExcerpt, setTitle, setUrl |
| Methods inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry |
|---|
getContent, getId, setContent, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StandardEntry()
| Method Detail |
|---|
public long getCreationDate()
public void setCreationDate(long creationDate)
creationDate - public String getCreationAuthor()
public void setCreationAuthor(String creationAuthor)
creationAuthor - public long getLastUpdateDate()
public void setLastUpdateDate(long lastUpdateDate)
lastUpdateDate - public String getLastUpdateAuthor()
public void setLastUpdateAuthor(String lastUpdateAuthor)
lastUpdateAuthor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||