public class NavigationNode
extends java.lang.Object
| Constructor and Description |
|---|
NavigationNode()
Instantiates a new navigation node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
java.lang.String |
getTitle()
Gets the title.
|
java.lang.String |
getUrl()
Gets the url.
|
boolean |
isDocLib()
Checks if is doc lib.
|
boolean |
isExternal()
Checks if is external.
|
boolean |
isVisible()
Checks if is visible.
|
public int getId()
public java.lang.String getTitle()
public java.lang.String getUrl()
public boolean isDocLib()
public boolean isExternal()
public boolean isVisible()