org.civi.graph
Class CiviKeyword
java.lang.Object
org.civi.graph.CiviKeyword
- public class CiviKeyword
- extends java.lang.Object
This class represents a keyword. 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 |
CiviKeyword
public CiviKeyword(java.lang.String s)
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.