Modifier and Type | Method and Description |
---|---|
List<Employee> |
getEmployees() |
String |
getId() |
List<Address> |
getLocations() |
Address |
getMainAddress() |
Employee |
getMainContact() |
String |
getName() |
List<String> |
getSlogans() |
void |
setEmployees(List<Employee> employees) |
void |
setId(String id) |
void |
setLocations(List<Address> addresses) |
void |
setMainAddress(Address address) |
void |
setMainContact(Employee mainContact) |
void |
setName(String name) |
void |
setSlogans(List<String> slogans) |
public List<Address> getLocations()
public void setLocations(List<Address> addresses)
addresses
- the addresses to setpublic Address getMainAddress()
public void setMainAddress(Address address)
address
- the address to setpublic List<Employee> getEmployees()
public void setEmployees(List<Employee> employees)
employees
- the employee to setpublic Employee getMainContact()
public void setMainContact(Employee mainContact)
mainContact
- the mainContact to setpublic List<String> getSlogans()
public void setSlogans(List<String> slogans)
slogans
- the slogans to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.