org.kuali.rice.krad.datadictionary.validation
Class Company
java.lang.Object
   org.kuali.rice.krad.datadictionary.validation.Company
org.kuali.rice.krad.datadictionary.validation.Company
- public class Company 
- extends Object
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Company
public Company()
Company
public Company(String name)
getId
public String getId()
- 
- Returns:
- the id
 
setId
public void setId(String id)
- 
- Parameters:
- id- the id to set
 
getName
public String getName()
- 
- Returns:
- the name
 
setName
public void setName(String name)
- 
- Parameters:
- name- the name to set
 
getLocations
public List<Address> getLocations()
- 
- Returns:
- the addresses
 
setLocations
public void setLocations(List<Address> addresses)
- 
- Parameters:
- addresses- the addresses to set
 
getMainAddress
public Address getMainAddress()
- 
- Returns:
- the address
 
setMainAddress
public void setMainAddress(Address address)
- 
- Parameters:
- address- the address to set
 
getEmployees
public List<Employee> getEmployees()
- 
- Returns:
- the employee
 
setEmployees
public void setEmployees(List<Employee> employees)
- 
- Parameters:
- employees- the employee to set
 
getMainContact
public Employee getMainContact()
- 
- Returns:
- the mainContact
 
setMainContact
public void setMainContact(Employee mainContact)
- 
- Parameters:
- mainContact- the mainContact to set
 
getSlogans
public List<String> getSlogans()
- 
- Returns:
- the slogans
 
setSlogans
public void setSlogans(List<String> slogans)
- 
- Parameters:
- slogans- the slogans to set
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.