|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.usecases.ajax.Address
public class Address
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 |
|---|
public Address()
| Method Detail |
|---|
public String getStreet()
Return the street.
public void setStreet(String street)
Set the street.
street - The new street streetpublic String getCity()
Return the city.
public void setCity(String city)
Set the city.
city - The new city citypublic String getState()
Return the state.
public void setState(String state)
Set the state.
state - The new state statepublic String getZipCode()
Return the zipCode.
public void setZipCode(String zipCode)
Set the zipCode.
zipCode - The new zipCode zipCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||