org.apache.shale.examples.test.dialog.scxml
Class City

java.lang.Object
  extended by org.apache.shale.examples.test.dialog.scxml.City
All Implemented Interfaces:
Serializable

public class City
extends Object
implements Serializable

Model bean for a city/state/zipcode combination.

See Also:
Serialized Form

Constructor Summary
City(String city, String state, String zipCode)
           
 
Method Summary
 String getCity()
           
 String getState()
           
 String getZipCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

City

public City(String city,
            String state,
            String zipCode)
Method Detail

getCity

public String getCity()

getState

public String getState()

getZipCode

public String getZipCode()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.