org.metaqtl
Class Qtl.QTLTrait

java.lang.Object
  extended by org.metaqtl.Qtl.QTLTrait
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Qtl

public class Qtl.QTLTrait
extends java.lang.Object
implements java.io.Serializable

This class stores the trait description of a QTL

See Also:
Serialized Form

Field Summary
 java.lang.String group
          The name of the group to which the trait belongs.
 java.lang.String name
          The name of the trait.
 java.lang.String unit
          The unit of the trait.
 
Constructor Summary
Qtl.QTLTrait()
           
 
Method Summary
 Qtl.QTLTrait getCopy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the trait.


unit

public java.lang.String unit
The unit of the trait.


group

public java.lang.String group
The name of the group to which the trait belongs.

Constructor Detail

Qtl.QTLTrait

public Qtl.QTLTrait()
Method Detail

getCopy

public Qtl.QTLTrait getCopy()
Returns: