org.gcube.data.spd.obisplugin
Class CommonName

java.lang.Object
  extended by org.gcube.data.spd.obisplugin.CommonName

public class CommonName
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  String language
           
protected  String name
           
protected  String notes
           
protected  String source
           
 
Constructor Summary
CommonName(String name, String language, String notes, String source)
           
 
Method Summary
 String getLanguage()
           
 String getName()
           
 String getNotes()
           
 String getSource()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

language

protected String language

notes

protected String notes

source

protected String source
Constructor Detail

CommonName

public CommonName(String name,
                  String language,
                  String notes,
                  String source)
Parameters:
name -
language -
notes -
source -
Method Detail

getName

public String getName()
Returns:
the name

getLanguage

public String getLanguage()
Returns:
the language

getNotes

public String getNotes()
Returns:
the notes

getSource

public String getSource()
Returns:
the source

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.