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()
Navigation
getTitle
in interface Navigation
public void setTitle(java.lang.String title)
Navigation
setTitle
in interface Navigation
title
- the title to be setpublic java.lang.String getDescription()
Navigation
getDescription
in interface Navigation
public void setDescription(java.lang.String description)
Navigation
setDescription
in interface Navigation
description
- the description to be setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
Copyright © 2003-2013 . All Rights Reserved.