|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.examples.compref.Address
public class Address
An address.
| Constructor Summary | |
|---|---|
Address()
Construct. |
|
| Method Summary | |
|---|---|
String |
getAddress()
Gets the address. |
String |
getCity()
Gets the city. |
String |
getCountry()
Gets the country. |
String |
getPostcode()
Gets the postcode. |
void |
setAddress(String address)
Sets the address. |
void |
setCity(String city)
Sets the city. |
void |
setCountry(String country)
Sets the country. |
void |
setPostcode(String postcode)
Sets the postcode. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
| Method Detail |
|---|
public String getAddress()
public void setAddress(String address)
address - addresspublic String getCity()
public void setCity(String city)
city - citypublic String getCountry()
public void setCountry(String country)
country - countrypublic String getPostcode()
public void setPostcode(String postcode)
postcode - postcodepublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||