org.richfaces.example
Class PageDescriptionBean
java.lang.Object
org.richfaces.example.PageDescriptionBean
- All Implemented Interfaces:
- Comparable<PageDescriptionBean>
public class PageDescriptionBean
- extends Object
- implements Comparable<PageDescriptionBean>
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageDescriptionBean
public PageDescriptionBean()
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>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.