com.cosylab.vdct.db
Class DBDataEntry

java.lang.Object
  extended by com.cosylab.vdct.db.DBComment
      extended by com.cosylab.vdct.db.DBEntry
          extended by com.cosylab.vdct.db.DBDataEntry

public class DBDataEntry
extends DBEntry

Author:
Matej

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

data

protected java.lang.String data
Constructor Detail

DBDataEntry

public DBDataEntry(java.lang.String data)
Constructor.

Method Detail

getData

public java.lang.String getData()
Returns the data.

Returns:
String

setData

public void setData(java.lang.String data)
Sets the data.

Parameters:
data - The data to set