object.annotation
Class Histology

java.lang.Object
  extended by object.annotation.Histology
All Implemented Interfaces:
java.io.Serializable

public class Histology
extends java.lang.Object
implements java.io.Serializable

Description
Histology of tissue
Infos : KLB - IPMC - 07/2004

See Also:
Serialized Form

Field Summary
private  int nb_all
          Pourcentage de la categorie pour human
private  int nb_neoplasia
          Reference of Categorie Object
private  int nb_normal
          ID of Categorie Object
private  int nb_unknown
          Legend of Categorie Object
 
Constructor Summary
Histology()
          Default constructor
 
Method Summary
 void add(int nb_normal, int nb_neoplasia, int nb_unknown)
           
 int getNb_all()
          Reference of Categorie Object
 int getNb_neoplasia()
          Reference of Categorie Object
 int getNb_normal()
          ID of Categorie Object
 int getNb_unknown()
          Reference of Categorie Object
 void setNb_all(int nb_all)
           
 void setNb_neoplasia(int nb_neoplasia)
           
 void setNb_normal(int nb_normal)
           
 void setNb_unknown(int nb_unknown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nb_normal

private int nb_normal
ID of Categorie Object


nb_neoplasia

private int nb_neoplasia
Reference of Categorie Object


nb_unknown

private int nb_unknown
Legend of Categorie Object


nb_all

private int nb_all
Pourcentage de la categorie pour human

Constructor Detail

Histology

public Histology()
Default constructor

Method Detail

add

public void add(int nb_normal,
                int nb_neoplasia,
                int nb_unknown)

getNb_normal

public int getNb_normal()
ID of Categorie Object


setNb_normal

public void setNb_normal(int nb_normal)

getNb_neoplasia

public int getNb_neoplasia()
Reference of Categorie Object


setNb_neoplasia

public void setNb_neoplasia(int nb_neoplasia)

getNb_unknown

public int getNb_unknown()
Reference of Categorie Object


setNb_unknown

public void setNb_unknown(int nb_unknown)

getNb_all

public int getNb_all()
Reference of Categorie Object


setNb_all

public void setNb_all(int nb_all)