protected abstract static class ComplexColumnInfoImpl.ComplexValueImpl extends java.lang.Object implements ComplexValue
ComplexValue.Id| Modifier and Type | Field and Description |
|---|---|
private ComplexValueForeignKey |
_complexValueFk |
private ComplexValue.Id |
_id |
| Modifier | Constructor and Description |
|---|---|
protected |
ComplexValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Column |
getColumn() |
ComplexValueForeignKey |
getComplexValueForeignKey()
Returns the foreign key identifier for this complex value (this value is
the same for all values in the same row of the main table).
|
ComplexValue.Id |
getId()
Returns the unique identifier of this complex value (this value is unique
among all values in all rows of the main table).
|
int |
hashCode() |
void |
setComplexValueForeignKey(ComplexValueForeignKey complexValueFk) |
void |
setId(ComplexValue.Id id)
Called once when a new ComplexValue is saved to set the new unique
identifier.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdelete, updateprivate ComplexValue.Id _id
private ComplexValueForeignKey _complexValueFk
protected ComplexValueImpl(ComplexValue.Id id, ComplexValueForeignKey complexValueFk)
public ComplexValue.Id getId()
ComplexValuegetId in interface ComplexValueComplexColumnInfoImpl.INVALID_ID for a new,
unsaved value.public void setId(ComplexValue.Id id)
ComplexValuesetId in interface ComplexValuepublic ComplexValueForeignKey getComplexValueForeignKey()
ComplexValuegetComplexValueForeignKey in interface ComplexValueComplexColumnInfoImpl.INVALID_FK
for a new, unsaved value.public void setComplexValueForeignKey(ComplexValueForeignKey complexValueFk)
setComplexValueForeignKey in interface ComplexValuepublic Column getColumn()
getColumn in interface ComplexValuepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object