|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cosylab.vdct.db.DBComment
com.cosylab.vdct.db.DBEntry
com.cosylab.vdct.db.DBDataEntry
public class DBDataEntry
| Field Summary | |
|---|---|
protected java.lang.String |
data
|
| Fields inherited from class com.cosylab.vdct.db.DBComment |
|---|
comment |
| Constructor Summary | |
|---|---|
DBDataEntry(java.lang.String data)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Returns the data. |
void |
setData(java.lang.String data)
Sets the data. |
| Methods inherited from class com.cosylab.vdct.db.DBComment |
|---|
getComment, setComment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String data
| Constructor Detail |
|---|
public DBDataEntry(java.lang.String data)
| Method Detail |
|---|
public java.lang.String getData()
public void setData(java.lang.String data)
data - The data to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||