org.apache.wicket.examples.compref
Class Address

java.lang.Object
  extended by org.apache.wicket.examples.compref.Address
All Implemented Interfaces:
Serializable, IClusterable

public class Address
extends Object
implements IClusterable

An address.

See Also:
Serialized Form

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

Address

public Address()
Construct.

Method Detail

getAddress

public String getAddress()
Gets the address.

Returns:
address

setAddress

public void setAddress(String address)
Sets the address.

Parameters:
address - address

getCity

public String getCity()
Gets the city.

Returns:
city

setCity

public void setCity(String city)
Sets the city.

Parameters:
city - city

getCountry

public String getCountry()
Gets the country.

Returns:
country

setCountry

public void setCountry(String country)
Sets the country.

Parameters:
country - country

getPostcode

public String getPostcode()
Gets the postcode.

Returns:
postcode

setPostcode

public void setPostcode(String postcode)
Sets the postcode.

Parameters:
postcode - postcode

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.