org.thalia.bio.entity.bean
Class LocusBean

java.lang.Object
  extended by org.thalia.bio.entity.bean.BioEntityBean
      extended by org.thalia.bio.entity.bean.LocusBean

public class LocusBean
extends BioEntityBean

Class Description Here

Author:
Jean-Baptiste Veyrieras

Field Summary
 double position
           
 double stderr
           
 java.lang.String type
           
 
Fields inherited from class org.thalia.bio.entity.bean.BioEntityBean
name, properties
 
Constructor Summary
LocusBean()
           
 
Method Summary
 
Methods inherited from class org.thalia.bio.entity.bean.BioEntityBean
getName, getProperties, setName, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stderr

public double stderr

position

public double position

type

public java.lang.String type
Constructor Detail

LocusBean

public LocusBean()