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, wait
delete, update
protected ComplexValueImpl(ComplexValue.Id id, ComplexValueForeignKey complexValueFk)
public ComplexValue.Id getId()
ComplexValue
getId
in interface ComplexValue
ComplexColumnInfoImpl.INVALID_ID
for a new,
unsaved value.public void setId(ComplexValue.Id id)
ComplexValue
setId
in interface ComplexValue
public ComplexValueForeignKey getComplexValueForeignKey()
ComplexValue
getComplexValueForeignKey
in interface ComplexValue
ComplexColumnInfoImpl.INVALID_FK
for a new, unsaved value.public void setComplexValueForeignKey(ComplexValueForeignKey complexValueFk)
setComplexValueForeignKey
in interface ComplexValue
public Column getColumn()
getColumn
in interface ComplexValue
Copyright © 2005–2018. All rights reserved.