Package com.cosylab.vdct.db
Class DBComment
- java.lang.Object
-
- com.cosylab.vdct.db.DBComment
-
- Direct Known Subclasses:
DBEntry
,DBFieldData
,DBMacro
,DBPort
,DBRecordData
,DBTemplate
,DBTemplateInstance
public class DBComment extends Object
Insert the type's description here. Creation date: (23/8/99 14:06:31)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description DBComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Insert the method's description here.void
setComment(String comment)
Insert the method's description here.
-
-
-
Field Detail
-
comment
protected String comment
-
-
Method Detail
-
getComment
public String getComment()
Insert the method's description here. Creation date: (23/8/99 14:08:34)- Returns:
- java.lang.String
-
setComment
public void setComment(String comment)
Insert the method's description here. Creation date: (23/8/99 14:03:42)- Parameters:
comment
- java.lang.String
-
-