org.apache.pluto.portalImpl.om.page
Interface Navigation

All Known Implementing Classes:
NavigationImpl

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.


Method Summary
 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
 

Method Detail

getTitle

public java.lang.String getTitle()
Returns the title

Returns:
the title as string

setTitle

public void setTitle(java.lang.String title)
Sets the title

Parameters:
title - the title to be set

getDescription

public java.lang.String getDescription()
Returns the description of this property

Returns:
the description as string

setDescription

public void setDescription(java.lang.String description)
Sets the description of this property

Parameters:
description - the description to be set


Copyright © 2003-2007 . All Rights Reserved.