org.civi.graph
Class CiviDocument
java.lang.Object
org.civi.graph.CiviDocument
- public class CiviDocument
- extends java.lang.Object
This class represents a document. It will be shown as vertex.
- Author:
- Michael Scholz
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CiviDocument
public CiviDocument(java.lang.String s)
getKeywords
public java.lang.String getKeywords()
- Returns:
- Returns the keywords.
setKeywords
public void setKeywords(java.lang.String keywords)
- Parameters:
keywords
- The keywords to set.
getScore
public int getScore()
- Returns:
- Returns the score.
setScore
public void setScore(int score)
- Parameters:
score
- The score to set.
getSummary
public java.lang.String getSummary()
- Returns:
- Returns the summary.
setSummary
public void setSummary(java.lang.String summary)
- Parameters:
summary
- The summary to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
getMetaData
public java.lang.String getMetaData()
- Returns:
- Returns the metaData.
setMetaData
public void setMetaData(java.lang.String metaData)
- Parameters:
metaData
- The metaData to set.
getLength
public int getLength()
- Returns:
- Returns the length.
setLength
public void setLength(int length)
- Parameters:
length
- The length to set.
getMenuid
public int getMenuid()
- Returns:
- Returns the menuid.
setMenuid
public void setMenuid(int menuid)
- Parameters:
menuid
- The menuid to set.
getPath
public java.lang.String getPath()
- Returns:
- Returns the path.
setPath
public void setPath(java.lang.String path)
- Parameters:
path
- The path to set.
getTarget
public java.lang.String getTarget()
- Returns:
- Returns the target.
setTarget
public void setTarget(java.lang.String target)
- Parameters:
target
- The target to set.
getAge
public int getAge()
- Returns:
- Returns the age.
setAge
public void setAge(int age)
- Parameters:
age
- The age to set.
getType
public int getType()
- Returns:
- Returns the type.
setType
public void setType(int type)
- Parameters:
type
- The type to set.