org.chenillekit.access.pages
Class Start.Item

java.lang.Object
  extended by org.chenillekit.access.pages.Start.Item
All Implemented Interfaces:
Comparable<Start.Item>
Enclosing class:
Start

public static class Start.Item
extends Object
implements Comparable<Start.Item>


Constructor Summary
Start.Item(String pageName, String label, String description)
           
 
Method Summary
 int compareTo(Start.Item o)
           
 String getDescription()
           
 String getLabel()
           
 String getPageName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Start.Item

public Start.Item(String pageName,
                  String label,
                  String description)
Method Detail

getPageName

public String getPageName()

getLabel

public String getLabel()

getDescription

public String getDescription()

compareTo

public int compareTo(Start.Item o)
Specified by:
compareTo in interface Comparable<Start.Item>


Copyright © 2008-2009 ChenilleKit. All Rights Reserved.