org.exoplatform.commons.api.indexing.data
Class StandardEntry

java.lang.Object
  extended by org.exoplatform.commons.api.indexing.data.SearchEntry
      extended by org.exoplatform.commons.api.indexing.data.SimpleEntry
          extended by org.exoplatform.commons.api.indexing.data.StandardEntry

public class StandardEntry
extends SimpleEntry

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

StandardEntry

public StandardEntry()
Method Detail

getCreationDate

public long getCreationDate()
Get creation date

Returns:
Long

setCreationDate

public void setCreationDate(long creationDate)
Set creation Date

Parameters:
creationDate -

getCreationAuthor

public String getCreationAuthor()
Get creation author

Returns:
String

setCreationAuthor

public void setCreationAuthor(String creationAuthor)
Set creation author

Parameters:
creationAuthor -

getLastUpdateDate

public long getLastUpdateDate()
Get last update date

Returns:
long

setLastUpdateDate

public void setLastUpdateDate(long lastUpdateDate)
Set last update date

Parameters:
lastUpdateDate -

getLastUpdateAuthor

public String getLastUpdateAuthor()
Get last update author

Returns:
String

setLastUpdateAuthor

public void setLastUpdateAuthor(String lastUpdateAuthor)
Set last update author

Parameters:
lastUpdateAuthor -


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.