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
| 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 |
getComment
public String getComment()
getDate
public String getDate()
setComment
public void setComment(String comment)
setDate
public void setDate(String date)
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.
BOTTOM