| Constructor and Description | 
|---|
Address()  | 
Address(String street,
              String city,
              String state,
              String zipCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCity()  | 
String | 
getState()  | 
String | 
getStreet()  | 
String | 
getType()  | 
String | 
getZipCode()  | 
void | 
setCity(String city)  | 
void | 
setEmployee(Employee employee)  | 
void | 
setState(String state)  | 
void | 
setStreet(String street)  | 
void | 
setType(String type)  | 
void | 
setZipCode(String zipCode)  | 
String | 
toString()  | 
public Address()
public String getZipCode()
public void setZipCode(String zipCode)
public void setEmployee(Employee employee)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.