org.apache.jetspeed.demo.customerInfo
Class Address

java.lang.Object
  extended byorg.apache.jetspeed.demo.customerInfo.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

Version:
$Id: Address.java 186509 2004-05-12 18:51:54Z taylor $
Author:
Paul Spencer
See Also:
Serialized Form

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

name

private String name
Holds value of property name.


street

private String street
Holds value of property street.


city

private String city
Holds value of property city.


state

private String state
Holds value of property state.


country

private String country
Holds value of property country.


postalCode

private String postalCode
Holds value of property postalCode.

Constructor Detail

Address

public Address()
Creates a new instance of Address

Method Detail

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(String name)
Setter for property name.

Parameters:
name - New value of property name.

getStreet

public String getStreet()
Getter for property street.

Returns:
Value of property street.

setStreet

public void setStreet(String street)
Setter for property street.

Parameters:
street - New value of property street.

getCity

public String getCity()
Getter for property city.

Returns:
Value of property city.

setCity

public void setCity(String city)
Setter for property city.

Parameters:
city - New value of property city.

getState

public String getState()
Getter for property state.

Returns:
Value of property state.

setState

public void setState(String state)
Setter for property state.

Parameters:
state - New value of property state.

getCountry

public String getCountry()
Getter for property country.

Returns:
Value of property country.

setCountry

public void setCountry(String country)
Setter for property country.

Parameters:
country - New value of property country.

getPostalCode

public String getPostalCode()
Getter for property postalCode.

Returns:
Value of property postalCode.

setPostalCode

public void setPostalCode(String postalCode)
Setter for property postalCode.

Parameters:
postalCode - New value of property postalCode.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.