public interface ISkipLevel extends IModelObjectBase
Modifier and Type | Method and Description |
---|---|
IHierarchyMember |
getHierarchyMember()
Get the owning hierarchy member for this skip level object.
|
IParentRef |
getParentRef()
Get the parent reference object that will be used for the skip level parent references, for
skip level records.
|
void |
setParentRef(IParentRef parentRef)
Set the parent reference object that will be used for the skip level parent references, for
skip level records.
|
getBigNumericId, getGlobalId, getNumericId
IHierarchyMember getHierarchyMember()
IParentRef getParentRef()
void setParentRef(IParentRef parentRef)
parentRef
- The ParentRef object to set.