@ObjectCreate(pattern="employee") public class Employee extends Object
| Constructor and Description | 
|---|
Employee()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAddress(Address address)  | 
boolean | 
equals(Object obj)  | 
List<Address> | 
getAddresses()  | 
String | 
getFirstName()  | 
String | 
getLastName()  | 
void | 
setFirstName(String firstName)  | 
void | 
setLastName(String lastName)  | 
String | 
toString()  | 
public Employee()
public void addAddress(Address address)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public List<Address> getAddresses()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.