org.apache.myfaces.trinidaddemo.tagDemos
Class ForEachBean.Person

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.tagDemos.ForEachBean.Person
All Implemented Interfaces:
Serializable
Enclosing class:
ForEachBean

public static class ForEachBean.Person
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ForEachBean.Person(String key, String firstName, String lastName)
           
 
Method Summary
 String getFirstName()
           
 String getKey()
           
 String getLastName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForEachBean.Person

public ForEachBean.Person(String key,
                          String firstName,
                          String lastName)
Method Detail

getKey

public final String getKey()

getFirstName

public final String getFirstName()

getLastName

public final String getLastName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.