org.hippoecm.hst.pagecomposer.jaxrs.model
Class PersonasRepresentation

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.PersonasRepresentation

public class PersonasRepresentation
extends Object

Represents a list of personas.


Constructor Summary
PersonasRepresentation()
           
 
Method Summary
 List<PersonaRepresentation> getPersonas()
           
 void setPersonas(List<PersonaRepresentation> personas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonasRepresentation

public PersonasRepresentation()
Method Detail

getPersonas

public List<PersonaRepresentation> getPersonas()

setPersonas

public void setPersonas(List<PersonaRepresentation> personas)


Copyright © 2008-2012 Hippo. All Rights Reserved.