protected abstract static class ComplexColumnInfoImpl.ComplexValueImpl extends Object implements ComplexValue
ComplexValue.Id| Modifier | Constructor and Description |
|---|---|
protected |
ComplexValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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, updateprotected 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 ComplexValueCopyright © 2005–2016. All rights reserved.