HEADER

biouml.standard.type
Class GenericEntity

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
Direct Known Subclasses:
Referrer, SpecieReference

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, setTitle

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

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