de.iqser.beans
Class ContentBean

java.lang.Object
  extended by de.iqser.beans.ContentBean

public class ContentBean
extends Object


Constructor Summary
ContentBean()
           
 
Method Summary
 String getAuthor()
           
 String getChangeDate()
           
 long getContentId()
           
 String getContentProvider()
           
 String getCreationDate()
           
 long getDmsId()
           
 String getDmsUrl()
           
 String getLfFileName()
           
 long getParentFolderId()
           
 long getRelatedContentId()
           
 String getRelationReasons()
           
 float getScore()
           
 String getSearchInput()
           
 String getText()
           
 String getTitle()
           
 String getType()
           
 boolean isContentFetched()
           
 void setAuthor(String author)
           
 void setChangeDate(String changeDate)
           
 void setContentFetched(boolean contentFetched)
           
 void setContentId(long contentId)
           
 void setContentProvider(String contentProvider)
           
 void setCreationDate(String creationDate)
           
 void setDmsId(long dmsId)
           
 void setDmsUrl(String dmsUrl)
           
 void setLfFileName(String lfFileName)
           
 void setParentFolderId(long parentFolderId)
           
 void setRelatedContentId(long relatedContentId)
           
 void setRelationReasons(String relationReasons)
           
 void setScore(float score)
           
 void setSearchInput(String searchInput)
           
 void setText(String text)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBean

public ContentBean()
Method Detail

getContentId

public long getContentId()

setContentId

public void setContentId(long contentId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()

setType

public void setType(String type)

getScore

public float getScore()

setScore

public void setScore(float score)

getDmsId

public long getDmsId()

setDmsId

public void setDmsId(long dmsId)

getText

public String getText()

setText

public void setText(String text)

getParentFolderId

public long getParentFolderId()

setParentFolderId

public void setParentFolderId(long parentFolderId)

getLfFileName

public String getLfFileName()

setLfFileName

public void setLfFileName(String lfFileName)

getDmsUrl

public String getDmsUrl()

setDmsUrl

public void setDmsUrl(String dmsUrl)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getCreationDate

public String getCreationDate()

setCreationDate

public void setCreationDate(String creationDate)

isContentFetched

public boolean isContentFetched()

setContentFetched

public void setContentFetched(boolean contentFetched)

getChangeDate

public String getChangeDate()

setChangeDate

public void setChangeDate(String changeDate)

getRelatedContentId

public long getRelatedContentId()

setRelatedContentId

public void setRelatedContentId(long relatedContentId)

getContentProvider

public String getContentProvider()

setContentProvider

public void setContentProvider(String contentProvider)

getRelationReasons

public String getRelationReasons()

setRelationReasons

public void setRelationReasons(String relationReasons)

getSearchInput

public String getSearchInput()

setSearchInput

public void setSearchInput(String searchInput)


Copyright © 2011. All Rights Reserved.