RichFaces Examples Template 4.1.0.20111101-M4

org.richfaces.example
Class PageDescriptionBean

java.lang.Object
  extended by org.richfaces.example.PageDescriptionBean
All Implemented Interfaces:
Comparable<PageDescriptionBean>

public class PageDescriptionBean
extends Object
implements Comparable<PageDescriptionBean>

Author:
leo

Constructor Summary
PageDescriptionBean()
           
 
Method Summary
 int compareTo(PageDescriptionBean o)
           
 String getPath()
           
 String getTitle()
           
 String getUrl()
           
 String navigate()
           
 void setPath(String path)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageDescriptionBean

public PageDescriptionBean()
Method Detail

getPath

public String getPath()
Returns:
the path

setPath

public void setPath(String path)
Parameters:
path - the path to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

navigate

public String navigate()

getUrl

public String getUrl()

compareTo

public int compareTo(PageDescriptionBean o)
Specified by:
compareTo in interface Comparable<PageDescriptionBean>

RichFaces Examples Template 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.