|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.bio.entity.BioEntity
public abstract class BioEntity
Class Description Here
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected IBioEntity |
parent
|
protected java.util.Properties |
properties
|
Constructor Summary | |
---|---|
BioEntity()
|
|
BioEntity(java.lang.String name,
IBioEntity parent)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the biological entity |
IBioEntity |
getParent()
Returns the entity that handles this entity. |
java.util.Properties |
getProperties()
Gets the properties of the entity. |
abstract int |
getType()
There are 2 main class of entities. |
static IBioEntity |
newBioEntity(int type)
|
void |
setName(java.lang.String value)
|
void |
setProperties(java.util.Properties defaultProp)
Sets the properties of the entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.metaqtl.bio.IBioAdaptable |
---|
getBioAdapter |
Field Detail |
---|
protected java.lang.String name
protected IBioEntity parent
protected java.util.Properties properties
Constructor Detail |
---|
public BioEntity()
public BioEntity(java.lang.String name, IBioEntity parent)
Method Detail |
---|
public java.lang.String getName()
IBioEntity
getName
in interface IBioEntity
public void setName(java.lang.String value)
setName
in interface IBioEntity
public abstract int getType()
IBioEntity
getType
in interface IBioEntity
public IBioEntity getParent()
IBioEntity
getParent
in interface IBioEntity
public java.util.Properties getProperties()
IBioEntity
getProperties
in interface IBioEntity
public void setProperties(java.util.Properties defaultProp)
IBioEntity
setProperties
in interface IBioEntity
public static IBioEntity newBioEntity(int type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |