public interface IRefMember extends IModelObjectBase
Modifier and Type | Method and Description |
---|---|
IColumn |
getBoundColumn()
Get the bound column for this reference member.
|
IColumn |
getBoundStagingColumn()
Get the bound staging column for this reference member.
|
INaturalKeyMember |
getNaturalKeyMember()
Get the parent level natural key member that is associated with this reference member object.
|
ILevelAttribute |
getParentKeyAttribute()
Get the parent level key attribute that is associated with this reference
member object.
|
IParentRef |
getParentRef()
Get the parent reference that owns this reference member.
|
void |
setBoundColumn(IColumn col)
Set the bound column for this reference member.
|
void |
setBoundStagingColumn(IColumn col)
Set the bound staging column for this reference member.
|
getBigNumericId, getGlobalId, getNumericId
IParentRef getParentRef()
INaturalKeyMember getNaturalKeyMember()
ILevelAttribute getParentKeyAttribute()
IColumn getBoundColumn()
void setBoundColumn(IColumn col)
col
- The bound column to set.IColumn getBoundStagingColumn()
void setBoundStagingColumn(IColumn col)
col
- The bound staging column to set.