org.jboss.jsfunit.example.hellojsf
Class Marathon

java.lang.Object
  extended by org.jboss.jsfunit.example.hellojsf.Marathon

public class Marathon
extends Object

Simple bean.

Author:
Stan Silvert

Constructor Summary
Marathon(String name, String location)
           
 
Method Summary
 String getLocation()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Marathon

public Marathon(String name,
                String location)
Method Detail

getName

public String getName()

getLocation

public String getLocation()


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.