public class NavigationImpl extends java.lang.Object implements Navigation, java.io.Serializable
| Constructor and Description |
|---|
NavigationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description of this property
|
java.lang.String |
getTitle()
Returns the title
|
void |
setDescription(java.lang.String description)
Sets the description of this property
|
void |
setTitle(java.lang.String title)
Sets the title
|
java.lang.String |
toString() |
java.lang.String |
toString(int indent) |
public java.lang.String getTitle()
NavigationgetTitle in interface Navigationpublic void setTitle(java.lang.String title)
NavigationsetTitle in interface Navigationtitle - the title to be setpublic java.lang.String getDescription()
NavigationgetDescription in interface Navigationpublic void setDescription(java.lang.String description)
NavigationsetDescription in interface Navigationdescription - the description to be setpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent)
Copyright © 2003-2013 . All Rights Reserved.