An interface to represent a natural key member owned by a dimension level. Each
level owns an ordered list of natural key members, that together compose the natural
key for the level.
Get the referenced level attribute for this natural key member. The natural key consists of
an ordered set of level attributes, wrapped by natural key member objects.
Get the owning level for this natural key member. Each level owns an ordered set of natural key
member objects, that together compose the natural key for the level.
Returns:
the owning level.
getPosition
int getPosition()
Get the position of this natural key member in the overall natural key. The natural key
is an ordered set of level attributes, that will match an ordered set of source values when doing
the parent lookup during the ETL load of the dimension.
Returns:
The position of this natural key member.
setPosition
void setPosition(int value)
Set the position of this natural key member in the overall natural key. The natural key
is an ordered set of level attributes, that will match an ordered set of source values when doing
the parent lookup during the ETL load of the dimension.