de.danielnaber.languagetool.language
Class Contributor

Object
  extended by Contributor

public class Contributor
extends Object

A person that contributed rules or code to LanguageTool.

Author:
Daniel Naber

Method Summary
 String getName()
           
 String getRemark()
           
 String getUrl()
           
 void setRemark(String remark)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

toString

public final String toString()
Overrides:
toString in class Object

getRemark

public String getRemark()

setRemark

public void setRemark(String remark)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2005-2007 Daniel Naber