com.blinksale.domain
Class People

java.lang.Object
  extended by com.blinksale.domain.People

public class People
extends java.lang.Object

List of persons associated with a client.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
People()
           
 
Method Summary
 java.util.List<Person> getPersons()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

People

public People()
Method Detail

getPersons

public java.util.List<Person> getPersons()