org.apache.pluto.portalImpl.om.page.impl
Class NavigationImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.page.impl.NavigationImpl
All Implemented Interfaces:
java.io.Serializable, Navigation

public class NavigationImpl
extends java.lang.Object
implements Navigation, java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.String description
           
private  java.lang.String title
           
 
Constructor Summary
NavigationImpl()
           
 
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
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

private java.lang.String title

description

private java.lang.String description
Constructor Detail

NavigationImpl

public NavigationImpl()
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: Navigation
Returns the title

Specified by:
getTitle in interface Navigation
Returns:
the title as string

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: Navigation
Sets the title

Specified by:
setTitle in interface Navigation
Parameters:
title - the title to be set

getDescription

public java.lang.String getDescription()
Description copied from interface: Navigation
Returns the description of this property

Specified by:
getDescription in interface Navigation
Returns:
the description as string

setDescription

public void setDescription(java.lang.String description)
Description copied from interface: Navigation
Sets the description of this property

Specified by:
setDescription in interface Navigation
Parameters:
description - the description to be set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)