public interface Navigation
The Navigation
interface represents the navigational
information linked with one fragment.
The interfaces defined in this package represent an abstract object model (OM) that is applicable for different implementations. The abstract OM defines only how the data is stored and accessed in the memory. Each implementation can store the data in different ways.
This abstraction layer helps to generalize the portlet container from special implementations like data storage and moreover it is not bound to a special Application Server.
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 getTitle()
void setTitle(java.lang.String title)
title
- the title to be setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to be setCopyright © 2003-2013 . All Rights Reserved.