HEADER

biouml.standard.type
Class GenericEntity

java.lang.Object
  |
  +--com.beanexplorer.swing.table.Option
        |
        +--ru.biosoft.access.MutableDataElementSupport
              |
              +--biouml.standard.type.BaseSupport
                    |
                    +--biouml.standard.type.GenericEntity
Direct Known Subclasses:
Compartment, Referrer, Relation

public abstract class GenericEntity
extends BaseSupport

todo comments

Method Summary
 StringgetComment()
           
 StringgetDate()
           
 voidsetComment(String comment)
           
 voidsetDate(String date)
           

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

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

Methods inherited from class com.beanexplorer.swing.table.Option
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Method Detail

getComment

public String getComment()

getDate

public String getDate()

setComment

public void setComment(String comment)

setDate

public void setDate(String date)

Association Links

to Class java.lang.String

pending use special structure for creation and edition dates., automaticlly update this field when the entry is edited.

to Class java.lang.String

Arbitrary comment.

FOOTER

BOTTOM