HEADER

biouml.standard.type
Class Compartment

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.Concept
                          |
                          +--biouml.standard.type.Compartment
Direct Known Subclasses:
Cell

public class Compartment
extends Concept

Stub

todo implementation

Constructor Summary
Compartment(DataCollection origin, String name)
           

Method Summary
 StringgetDefaultColor()
           
 StringgetType()
           
 voidsetDefaultColor(String defaultColor)
           

Methods inherited from class biouml.standard.type.Concept
getCompleteName, getSynonyms, setCompleteName, setSynonyms, setType

Methods inherited from class biouml.standard.type.Referrer
getDatabaseReferences, getDescription, getLiteratureReferences, setDatabaseReferences, setDescription, setLiteratureReferences

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, setTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Constructor Detail

Compartment

public Compartment(DataCollection origin, String name)
Method Detail

getDefaultColor

public String getDefaultColor()

getType

public String getType()

setDefaultColor

public void setDefaultColor(String defaultColor)

Association Links

to Class java.lang.String


FOOTER

BOTTOM