com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
Class PersonRepository

java.lang.Object
  extended by com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository

public class PersonRepository
extends java.lang.Object


Constructor Summary
PersonRepository()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Collection getPersons()
           
 void setName(java.lang.String name)
           
 void setPersons(java.util.Collection persons)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonRepository

public PersonRepository()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPersons

public java.util.Collection getPersons()

setPersons

public void setPersons(java.util.Collection persons)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object