|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.demo.customerInfo.Address
Field Summary | |
private String |
city
Holds value of property city. |
private String |
country
Holds value of property country. |
private String |
name
Holds value of property name. |
private String |
postalCode
Holds value of property postalCode. |
private String |
state
Holds value of property state. |
private String |
street
Holds value of property street. |
Constructor Summary | |
Address()
Creates a new instance of Address |
Method Summary | |
String |
getCity()
Getter for property city. |
String |
getCountry()
Getter for property country. |
String |
getName()
Getter for property name. |
String |
getPostalCode()
Getter for property postalCode. |
String |
getState()
Getter for property state. |
String |
getStreet()
Getter for property street. |
void |
setCity(String city)
Setter for property city. |
void |
setCountry(String country)
Setter for property country. |
void |
setName(String name)
Setter for property name. |
void |
setPostalCode(String postalCode)
Setter for property postalCode. |
void |
setState(String state)
Setter for property state. |
void |
setStreet(String street)
Setter for property street. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String name
private String street
private String city
private String state
private String country
private String postalCode
Constructor Detail |
public Address()
Method Detail |
public String getName()
public void setName(String name)
name
- New value of property name.public String getStreet()
public void setStreet(String street)
street
- New value of property street.public String getCity()
public void setCity(String city)
city
- New value of property city.public String getState()
public void setState(String state)
state
- New value of property state.public String getCountry()
public void setCountry(String country)
country
- New value of property country.public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- New value of property postalCode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |