public class ResultListDataRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected List<? extends AbstractRepresentation> |
data |
protected Integer |
size |
protected Integer |
start |
protected Integer |
total |
Constructor and Description |
---|
ResultListDataRepresentation() |
ResultListDataRepresentation(List<? extends AbstractRepresentation> data) |
Modifier and Type | Method and Description |
---|---|
List<? extends AbstractRepresentation> |
getData() |
Integer |
getSize() |
Integer |
getStart() |
Integer |
getTotal() |
void |
setData(List<? extends AbstractRepresentation> data) |
void |
setSize(Integer size) |
void |
setStart(Integer start) |
void |
setTotal(Integer total) |
protected Integer size
protected Integer total
protected Integer start
protected List<? extends AbstractRepresentation> data
public ResultListDataRepresentation()
public ResultListDataRepresentation(List<? extends AbstractRepresentation> data)
public Integer getSize()
public void setSize(Integer size)
public Integer getTotal()
public void setTotal(Integer total)
public Integer getStart()
public void setStart(Integer start)
public List<? extends AbstractRepresentation> getData()
public void setData(List<? extends AbstractRepresentation> data)
Copyright © 2014–2015 Alfresco. All rights reserved.