Package com.liferay.portal.kernel.model
Interface NestedSetsTreeNodeModel
public interface NestedSetsTreeNodeModel
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
void
setNestedSetsTreeNodeLeft
(long nestedSetsTreeNodeLeft) void
setNestedSetsTreeNodeRight
(long nestedSetsTreeNodeRight)
-
Method Details
-
getNestedSetsTreeNodeLeft
long getNestedSetsTreeNodeLeft() -
getNestedSetsTreeNodeRight
long getNestedSetsTreeNodeRight() -
getNestedSetsTreeNodeScopeId
long getNestedSetsTreeNodeScopeId() -
getPrimaryKey
long getPrimaryKey() -
setNestedSetsTreeNodeLeft
void setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft) -
setNestedSetsTreeNodeRight
void setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)
-