org.metaqtl.bio.entity.bean
Class BioEntityBean

java.lang.Object
  extended by org.metaqtl.bio.entity.bean.BioEntityBean
Direct Known Subclasses:
BioEntityCollectionBean, GeneticMapBean, LGroupBean, LocusBean, OntologyBean, OntologyTermBean

public abstract class BioEntityBean
extends java.lang.Object

Class Description Here

Author:
Jean-Baptiste Veyrieras

Field Summary
 java.lang.String name
           
 java.util.ArrayList properties
           
 
Constructor Summary
BioEntityBean()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.ArrayList getProperties()
           
 void setName(java.lang.String string)
           
 void setProperties(java.util.ArrayList list)
           
 
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

properties

public java.util.ArrayList properties
Constructor Detail

BioEntityBean

public BioEntityBean()
Method Detail

getName

public java.lang.String getName()
Returns:

getProperties

public java.util.ArrayList getProperties()
Returns:

setName

public void setName(java.lang.String string)
Parameters:
string -

setProperties

public void setProperties(java.util.ArrayList list)
Parameters:
list -