|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.db.core.data.Record
Record is a container for Key/Value pairs. Record also provides metadata for a Value stored in the database.
Constructor Summary | |
Record()
|
|
Record(Key key,
Value value)
|
|
Record(Key key,
Value value,
RecordMetaData meta)
|
Method Summary | |
Key |
getKey()
getKey returns the Record's Key. |
RecordMetaData |
getMetaData()
getMetaData returns metadata about the Record. |
Value |
getValue()
getValue returns the Record's Value. |
void |
setValue(java.lang.String value)
setValue sets the Record's Value. |
void |
setValue(Value value)
setValue sets the Record's Value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Record()
public Record(Key key, Value value, RecordMetaData meta)
public Record(Key key, Value value)
Method Detail |
public Key getKey()
public void setValue(Value value)
value
- The new Valuepublic void setValue(java.lang.String value)
value
- The new Valuepublic Value getValue()
public RecordMetaData getMetaData()
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |