org.apache.shale.usecases.ajax
Class Address

java.lang.Object
  extended by org.apache.shale.usecases.ajax.Address

public class Address
extends Object

Simple address bean with street, city, state, and zipCode properties.

$Id$


Constructor Summary
Address()
           
 
Method Summary
 String getCity()
          Return the city.
 String getState()
          Return the state.
 String getStreet()
          Return the street.
 String getZipCode()
          Return the zipCode.
 void setCity(String city)
          Set the city.
 void setState(String state)
          Set the state.
 void setStreet(String street)
          Set the street.
 void setZipCode(String zipCode)
          Set the zipCode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getStreet

public String getStreet()

Return the street.


setStreet

public void setStreet(String street)

Set the street.

Parameters:
street - The new street street

getCity

public String getCity()

Return the city.


setCity

public void setCity(String city)

Set the city.

Parameters:
city - The new city city

getState

public String getState()

Return the state.


setState

public void setState(String state)

Set the state.

Parameters:
state - The new state state

getZipCode

public String getZipCode()

Return the zipCode.


setZipCode

public void setZipCode(String zipCode)

Set the zipCode.

Parameters:
zipCode - The new zipCode zipCode


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