Liferay 7.0-ce-b4

com.liferay.portal.model
Interface NestedSetsTreeNodeModel

All Known Subinterfaces:
AssetCategory
All Known Implementing Classes:
AssetCategoryBaseImpl, AssetCategoryImpl, AssetCategoryWrapper

public interface NestedSetsTreeNodeModel


Method Summary
 long getNestedSetsTreeNodeLeft()
           
 long getNestedSetsTreeNodeRight()
           
 long getNestedSetsTreeNodeScopeId()
           
 long getPrimaryKey()
           
 void setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft)
           
 void setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)
           
 

Method Detail

getNestedSetsTreeNodeLeft

long getNestedSetsTreeNodeLeft()

getNestedSetsTreeNodeRight

long getNestedSetsTreeNodeRight()

getNestedSetsTreeNodeScopeId

long getNestedSetsTreeNodeScopeId()

getPrimaryKey

long getPrimaryKey()

setNestedSetsTreeNodeLeft

void setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft)

setNestedSetsTreeNodeRight

void setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)

Liferay 7.0-ce-b4