DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class PageList.Page

java.lang.Object
  extended by org.dlese.dpc.schemedit.PageList.Page
Enclosing class:
PageList

public class PageList.Page
extends Object

Information about the pages/form in an editor. This information supports navigation (in the navBar and in the ActionForm

Author:
ostwald

Constructor Summary
PageList.Page(String mapping, String name)
          Constructor for the Page object
 
Method Summary
 String getMapping()
          Gets the mapping attribute of the Page object
 String getName()
          Gets the name attribute of the Page object, defaulting to mapping attribute if name is not defined.
 String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageList.Page

public PageList.Page(String mapping,
                     String name)
Constructor for the Page object

Parameters:
mapping - the key into the action mapping to display this page
name - pretty name used for display
Method Detail

getName

public String getName()
Gets the name attribute of the Page object, defaulting to mapping attribute if name is not defined.

Returns:
The name value

getMapping

public String getMapping()
Gets the mapping attribute of the Page object

Returns:
The mapping value

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

DLESE Tools
v1.6.0