private static class VersionHistoryColumnInfoImpl.VersionImpl extends ComplexColumnInfoImpl.ComplexValueImpl implements Version
ComplexValue.Id| Modifier and Type | Field and Description |
|---|---|
private java.util.Date |
_modifiedDate |
private java.lang.String |
_value |
| Modifier | Constructor and Description |
|---|---|
private |
VersionImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.lang.String value,
java.util.Date modifiedDate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version o) |
void |
delete()
Deletes the data for this complex value from the database.
|
java.util.Date |
getModifiedDate() |
java.lang.String |
getValue() |
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 final java.lang.String _value
private final java.util.Date _modifiedDate
private VersionImpl(ComplexValue.Id id, ComplexValueForeignKey complexValueFk, java.lang.String value, java.util.Date modifiedDate)
public java.util.Date getModifiedDate()
getModifiedDate in interface Versionpublic int compareTo(Version o)
compareTo in interface java.lang.Comparable<Version>public 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