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

Created by The eXo Platform SAS Author : Tung Vu Minh tungvm@exoplatform.com Nov 21, 2012


Field Summary
 
Fields inherited from class org.exoplatform.commons.api.indexing.data.SearchEntry
content, id
 
Constructor Summary
StandardEntry()
           
 
Method Summary
 String getCreationAuthor()
           
 long getCreationDate()
           
 String getLastUpdateAuthor()
           
 long getLastUpdateDate()
           
 void setCreationAuthor(String creationAuthor)
           
 void setCreationDate(long creationDate)
           
 void setLastUpdateAuthor(String lastUpdateAuthor)
           
 void setLastUpdateDate(long lastUpdateDate)
           
 
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()

setCreationDate

public void setCreationDate(long creationDate)

getCreationAuthor

public String getCreationAuthor()

setCreationAuthor

public void setCreationAuthor(String creationAuthor)

getLastUpdateDate

public long getLastUpdateDate()

setLastUpdateDate

public void setLastUpdateDate(long lastUpdateDate)

getLastUpdateAuthor

public String getLastUpdateAuthor()

setLastUpdateAuthor

public void setLastUpdateAuthor(String lastUpdateAuthor)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.