public class EntityCollection extends GenericModel
Constructor and Description |
---|
EntityCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityExport> |
getEntities()
Gets the entities.
|
Pagination |
getPagination()
Gets the pagination.
|
void |
setEntities(java.util.List<EntityExport> entities)
Sets the entities.
|
void |
setPagination(Pagination pagination)
Sets the pagination.
|
equals, hashCode, toString
public java.util.List<EntityExport> getEntities()
public Pagination getPagination()
public void setEntities(java.util.List<EntityExport> entities)
entities
- the new entitiespublic void setPagination(Pagination pagination)
pagination
- the new pagination