org.civi.graph
Class CiviDocument

java.lang.Object
  extended byorg.civi.graph.CiviDocument

public class CiviDocument
extends java.lang.Object

This class represents a document. It will be shown as vertex.

Author:
Michael Scholz

Constructor Summary
CiviDocument(java.lang.String s)
           
 
Method Summary
 int getAge()
           
 java.lang.String getKeywords()
           
 int getLength()
           
 int getMenuid()
           
 java.lang.String getMetaData()
           
 java.lang.String getPath()
           
 int getScore()
           
 java.lang.String getSummary()
           
 java.lang.String getTarget()
           
 java.lang.String getTitle()
           
 int getType()
           
 void setAge(int age)
           
 void setKeywords(java.lang.String keywords)
           
 void setLength(int length)
           
 void setMenuid(int menuid)
           
 void setMetaData(java.lang.String metaData)
           
 void setPath(java.lang.String path)
           
 void setScore(int score)
           
 void setSummary(java.lang.String summary)
           
 void setTarget(java.lang.String target)
           
 void setTitle(java.lang.String title)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiviDocument

public CiviDocument(java.lang.String s)
Method Detail

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.