org.apache.myfaces.tobago.example.demo
Class Navigation.Node

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.Navigation.Node
Enclosing class:
Navigation

public static class Navigation.Node
extends Object


Constructor Summary
Navigation.Node(String key, String outcome)
           
 
Method Summary
 String getId()
           
 String getOutcome()
           
 String getTitle()
           
 void setId(String id)
           
 void setOutcome(String outcome)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Navigation.Node

public Navigation.Node(String key,
                       String outcome)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getId

public String getId()

setId

public void setId(String id)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.