private static class MultiValueColumnInfoImpl.SingleValueImpl extends ComplexColumnInfoImpl.ComplexValueImpl implements SingleValue
ComplexValue.Id| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
_value |
| Modifier | Constructor and Description |
|---|---|
private |
SingleValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the data for this complex value from the database.
|
java.lang.Object |
get() |
void |
set(java.lang.Object value) |
java.lang.String |
toString() |
void |
update()
Writes any updated data for this complex value to the database.
|
equals, getColumn, getComplexValueForeignKey, getId, hashCode, setComplexValueForeignKey, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetColumn, getComplexValueForeignKey, getId, setComplexValueForeignKey, setIdprivate SingleValueImpl(ComplexValue.Id id, ComplexValueForeignKey complexValueFk, java.lang.Object value)
public java.lang.Object get()
get in interface SingleValuepublic void set(java.lang.Object value)
set in interface SingleValuepublic void update()
throws java.io.IOException
ComplexValueupdate in interface ComplexValuejava.io.IOExceptionpublic void delete()
throws java.io.IOException
ComplexValuedelete in interface ComplexValuejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object