public class AdminPageNavEntry extends Object implements PageNavEntry
| Constructor and Description |
|---|
AdminPageNavEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this PageNavEntry.
|
String |
getUrl()
Returns the URL associated with this PageNavEntry.
|
void |
setName(String name)
Sets the name of the PageNavEntry.
|
void |
setUrl(String url)
Sets the URL of this PageNavEntry.
|
public String getName()
getName in interface PageNavEntrypublic void setName(String name)
name - the name to be setpublic String getUrl()
getUrl in interface PageNavEntrypublic void setUrl(String url)
url - the URL to be setCopyright © 2015. All rights reserved.