|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.xml.test.Address
public class Address
Name: Address
Description: Defines addresses.
Constructor Summary | |
---|---|
Address()
Constructs a Address instance with specific attributes. |
|
Address(String address,
Integer zipCode,
String city,
String country)
Constructs a Address instance with specific attributes. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAddress()
Getter method for the the property address. |
String |
getCity()
Getter method for the the property city. |
String |
getCountry()
Getter method for the the property country. |
Integer |
getZipCode()
Getter method for the the property zipCode. |
void |
setAddress(String address)
Setter method for the the property address. |
void |
setCity(String city)
Setter method for the the property city. |
void |
setCountry(String country)
Setter method for the the property country. |
void |
setZipCode(Integer zipCode)
Setter method for the the property zipCode. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Address()
public Address(String address, Integer zipCode, String city, String country)
address
- The initial address.zipCode
- The initial zip code.city
- The initial city.country
- The initial country.Method Detail |
---|
public String getAddress()
public void setAddress(String address)
address
- The value to set for the property address.public String getCity()
public void setCity(String city)
city
- The value to set for the property city.public String getCountry()
public void setCountry(String country)
country
- The value to set for the property country.public Integer getZipCode()
public void setZipCode(Integer zipCode)
zipCode
- The value to set for the property zipCode.public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |