org.enhydra.snapper.result
Class ResultElementImpl
java.lang.Object
org.enhydra.snapper.result.ResultElementImpl
- All Implemented Interfaces:
- ResultElement
- public class ResultElementImpl
- extends java.lang.Object
- implements ResultElement
- Author:
- lola
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultElementImpl
public ResultElementImpl()
getAbsolutFileName
public java.lang.String getAbsolutFileName()
- Specified by:
getAbsolutFileName
in interface ResultElement
- Returns:
- Returns the absolutFileName.
setAbsolutFileName
public void setAbsolutFileName(java.lang.String absolutFileName)
- Parameters:
absolutFileName
- The absolutFileName to set.
getAbsolutFilePath
public java.lang.String getAbsolutFilePath()
- Specified by:
getAbsolutFilePath
in interface ResultElement
- Returns:
- Returns the absolutFilePath.
setAbsolutFilePath
public void setAbsolutFilePath(java.lang.String absolutFilePath)
- Parameters:
absolutFilePath
- The absolutFilePath to set.
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface ResultElement
- Returns:
- Returns the content.
setContent
public void setContent(java.lang.String content)
- Parameters:
content
- The content to set.
getFileType
public java.lang.String getFileType()
- Specified by:
getFileType
in interface ResultElement
- Returns:
- Returns the fileType.
setFileType
public void setFileType(java.lang.String fileType)
- Parameters:
fileType
- The fileType to set.
getLuceneID
public java.lang.String getLuceneID()
- Specified by:
getLuceneID
in interface ResultElement
- Returns:
- Returns the luceneID.
setLuceneID
public void setLuceneID(java.lang.String luceneID)
- Parameters:
luceneID
- The luceneID to set.
getMetaData
public java.lang.String getMetaData()
- Specified by:
getMetaData
in interface ResultElement
- Returns:
- Returns the metaData.
setMetaData
public void setMetaData(java.lang.String metaData)
- Parameters:
metaData
- The metaData to set.
getModified
public long getModified()
- Specified by:
getModified
in interface ResultElement
- Returns:
- Returns the modified.
setModified
public void setModified(long modified)
- Parameters:
modified
- The modified to set.
getCreated
public long getCreated()
- Specified by:
getCreated
in interface ResultElement
- Returns:
- Returns the Created.
setCreated
public void setCreated(long created)
getAccessed
public long getAccessed()
- Specified by:
getAccessed
in interface ResultElement
- Returns:
- Returns the accessed.
setAccessed
public void setAccessed(long accessed)
getProperties
public java.lang.String getProperties()
- Specified by:
getProperties
in interface ResultElement
- Returns:
- Returns the properties.
setProperties
public void setProperties(java.lang.String properties)
- Parameters:
properties
- The properties to set.
getScore
public java.lang.String getScore()
- Specified by:
getScore
in interface ResultElement
- Returns:
- Returns the score.
setScore
public void setScore(java.lang.String score)
- Parameters:
score
- The score to set.
getSiteName
public java.lang.String getSiteName()
- Specified by:
getSiteName
in interface ResultElement
- Returns:
- Returns the siteName.
setSiteName
public void setSiteName(java.lang.String siteName)
- Parameters:
siteName
- The siteName to set.
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface ResultElement
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
getMailSentDate
public long getMailSentDate()
- Specified by:
getMailSentDate
in interface ResultElement
- Returns:
- Returns the MailSentDate.
setMailSentDate
public void setMailSentDate(long sentDate)
- Parameters:
sentDate
- The MailSentDate to set.
getMailReceivedDate
public long getMailReceivedDate()
- Specified by:
getMailReceivedDate
in interface ResultElement
- Returns:
- Returns the MailReceivedDate.
setMailReceivedDate
public void setMailReceivedDate(long receivedDate)
- Parameters:
receivedDate
- The MailReceivedDate to set.
getSize
public long getSize()
- Specified by:
getSize
in interface ResultElement
- Returns:
- Returns the size.
setSize
public void setSize(long size)
- Parameters:
size
- The size to set.
setOwner
public void setOwner(java.lang.String owner)
- Parameters:
owner
- The owner to set.
getOwner
public java.lang.String getOwner()
- Specified by:
getOwner
in interface ResultElement
- Returns:
- Returns the owner.
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor
in interface ResultElement
setAuthor
public void setAuthor(java.lang.String author)
getLastSavedBy
public java.lang.String getLastSavedBy()
- Specified by:
getLastSavedBy
in interface ResultElement
setLastSavedBy
public void setLastSavedBy(java.lang.String lastSavedBy)
getFrom
public java.lang.String getFrom()
- Specified by:
getFrom
in interface ResultElement
setFrom
public void setFrom(java.lang.String from)
getTo
public java.lang.String getTo()
- Specified by:
getTo
in interface ResultElement
setTo
public void setTo(java.lang.String to)
getCC
public java.lang.String getCC()
- Specified by:
getCC
in interface ResultElement
setCC
public void setCC(java.lang.String cc)
getBCC
public java.lang.String getBCC()
- Specified by:
getBCC
in interface ResultElement
setBCC
public void setBCC(java.lang.String bcc)
getSubject
public java.lang.String getSubject()
- Specified by:
getSubject
in interface ResultElement
setSubject
public void setSubject(java.lang.String subject)