org.kuali.rice.krad.datadictionary.validation
Class Company

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.validation.Company

public class Company
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
Company()
           
Company(String name)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Company

public Company()

Company

public Company(String name)
Method Detail

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:
employee - 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-2012 The Kuali Foundation. All Rights Reserved.