|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.groupware.PostalAddress
public class PostalAddress
This class is a wrapper for postal address representations.
| Constructor Summary | |
|---|---|
PostalAddress(String sStreet,
String sCity,
String sState,
String sCountry,
String sPostalCode)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Tests equality with another address. |
String |
getCity()
Gets the city. |
String |
getCountry()
Gets the country. |
String |
getPostalCode()
Gets the postal code. |
String |
getState()
Gets the state or province. |
String |
getStreet()
Gets the street. |
void |
setCity(String sCity)
Sets the city name. |
void |
setCountry(String sCountry)
Sets the country. |
void |
setPostalCode(String sPostalCode)
Sets the postal code. |
void |
setState(String sState)
Sets the state or province. |
void |
setStreet(String sStreet)
Sets the street address. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostalAddress(String sStreet,
String sCity,
String sState,
String sCountry,
String sPostalCode)
sStreet - the street addresssCity - the citysState - the state or provincesCountry - the country| Method Detail |
|---|
public void setCity(String sCity)
sCity - the city namepublic String getCity()
setCity(String)public void setCountry(String sCountry)
sCountry - the countrypublic String getCountry()
setCountry(String)public void setState(String sState)
sState - the state or provincepublic String getState()
setState(String)public void setStreet(String sStreet)
sStreet - the street addresspublic String getStreet()
setStreet(String)public void setPostalCode(String sPostalCode)
sPostalCode - the postal codepublic String getPostalCode()
setPostalCode(String)public boolean equals(Object obj)
equals in class Object
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||