org.civi.graph
Class CiviKeyword

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

public class CiviKeyword
extends java.lang.Object

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

Author:
Michael Scholz

Constructor Summary
CiviKeyword(java.lang.String s)
           
 
Method Summary
 java.lang.String getDocuments()
           
 int getId()
           
 java.lang.String getTarget()
           
 java.lang.String getTitle()
           
 void setDocuments(java.lang.String documents)
           
 void setId(int id)
           
 void setTarget(java.lang.String target)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiviKeyword

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

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int id)
Parameters:
id - The id to set.

getDocuments

public java.lang.String getDocuments()
Returns:
Returns the documents.

setDocuments

public void setDocuments(java.lang.String documents)
Parameters:
documents - The documents 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.

getTarget

public java.lang.String getTarget()
Returns:
Returns the target.

setTarget

public void setTarget(java.lang.String target)
Parameters:
target - The target to set.