HEADER

biouml.standard.type
Class BaseSupport

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
Direct Known Subclasses:
Species, GinSimEdgeKernel, GinSimNodeKernel, Specie, GenericEntity, Stub

public class BaseSupport
extends MutableDataElementSupport
implements Base

Base class for all data element types.


Constructor Summary
BaseSupport(String name, DataCollection parent, String type)
           

Method Summary
 StringgetTitle()
           
 StringgetType()
           
 voidsetTitle(String title)
           

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

Constructor Detail

BaseSupport

public BaseSupport(String name, DataCollection parent, String type)
Method Detail

getTitle

public String getTitle()

getType

public String getType()

setTitle

public void setTitle(String title)

Association Links

to Class java.lang.String

to Class java.lang.String

By default we use data element name as its title.

FOOTER

BOTTOM