owltools.phenolog
Class GenePheno

java.lang.Object
  extended by owltools.phenolog.GenePheno
All Implemented Interfaces:
Comparable<GenePheno>

public class GenePheno
extends Object
implements Comparable<GenePheno>

Represents a characteristic of an individual. This could be represented using an ID for an ontology class.


Constructor Summary
GenePheno(String id, String phenoid)
           
GenePheno(String id, String label, String phenoid, String phenolabel)
           
 
Method Summary
 int compareTo(GenePheno g)
           
 boolean equals(Object aGenePheno)
           
 String getid()
           
 String getlabel()
           
 String getphenoid()
           
 String getphenolabel()
           
 int hashCode()
           
 void setid(String id)
           
 void setlabel(String label)
           
 void setphenoid(String phenoid)
           
 void setphenolabel(String phenolabel)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenePheno

public GenePheno(String id,
                 String label,
                 String phenoid,
                 String phenolabel)

GenePheno

public GenePheno(String id,
                 String phenoid)
Method Detail

equals

public boolean equals(Object aGenePheno)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(GenePheno g)
Specified by:
compareTo in interface Comparable<GenePheno>

setid

public void setid(String id)

setphenoid

public void setphenoid(String phenoid)

setlabel

public void setlabel(String label)

setphenolabel

public void setphenolabel(String phenolabel)

getid

public String getid()

getlabel

public String getlabel()

getphenoid

public String getphenoid()

getphenolabel

public String getphenolabel()


Copyright © 2010-2012. All Rights Reserved.