wodka.util
Class GenoLabModel

java.lang.Object
  extended bywodka.util.GenoLabModel
All Implemented Interfaces:
wwan.commons.param.Configurable, wwan.commons.param.Informative

public class GenoLabModel
extends java.lang.Object
implements wwan.commons.param.Configurable

Model for the genolab.


Constructor Summary
GenoLabModel()
           
 
Method Summary
 void checkParameterList(wwan.commons.param.ListParam lp)
           
 java.lang.String getInfo()
           
 java.lang.String getLabel()
           
 wwan.commons.param.ListParamDesc getParameterDescription()
           
 Genotype getRandomGenotype()
           
 void setFieldsFromParameterList(wwan.commons.param.ListParam lp)
           
 void setParameterListFromFields(wwan.commons.param.ListParam lp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenoLabModel

public GenoLabModel()
Method Detail

getParameterDescription

public wwan.commons.param.ListParamDesc getParameterDescription()
                                                         throws wwan.commons.param.ParamException
Specified by:
getParameterDescription in interface wwan.commons.param.Configurable
Throws:
wwan.commons.param.ParamException

setFieldsFromParameterList

public void setFieldsFromParameterList(wwan.commons.param.ListParam lp)
                                throws wwan.commons.param.ParamException
Specified by:
setFieldsFromParameterList in interface wwan.commons.param.Configurable
Throws:
wwan.commons.param.ParamException

setParameterListFromFields

public void setParameterListFromFields(wwan.commons.param.ListParam lp)
                                throws wwan.commons.param.ParamException
Specified by:
setParameterListFromFields in interface wwan.commons.param.Configurable
Throws:
wwan.commons.param.ParamException

checkParameterList

public void checkParameterList(wwan.commons.param.ListParam lp)
                        throws wwan.commons.param.ParamException
Specified by:
checkParameterList in interface wwan.commons.param.Configurable
Throws:
wwan.commons.param.ParamException

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface wwan.commons.param.Informative

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface wwan.commons.param.Informative

getRandomGenotype

public Genotype getRandomGenotype()