org.gcube.data.spd.obisplugin
Class TaxonomyRank

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

public class TaxonomyRank
extends Object

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

Field Summary
protected  int id
           
protected  String name
           
 
Constructor Summary
TaxonomyRank(int id, String name)
           
 
Method Summary
 int getId()
           
 String getName()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected int id

name

protected String name
Constructor Detail

TaxonomyRank

public TaxonomyRank(int id,
                    String name)
Parameters:
id -
name -
Method Detail

getId

public int getId()
Returns:
the id

getName

public String getName()
Returns:
the name

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.