public class ModelInstanceInfoList extends Object implements DtoList<ModelInstanceInfo>
Modifier | Constructor and Description |
---|---|
protected |
ModelInstanceInfoList()
Creates new instance.
|
|
ModelInstanceInfoList(Collection<ModelInstanceInfo> infos,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<ModelInstanceInfo> |
getData()
Returns a list of model instance infos.
|
long |
getTotal()
Returns the total number of model instance infos.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected ModelInstanceInfoList()
public ModelInstanceInfoList(Collection<ModelInstanceInfo> infos, long total)
infos
- total
- public long getTotal()
getTotal
in interface DtoList<ModelInstanceInfo>
public List<ModelInstanceInfo> getData()
getData
in interface DtoList<ModelInstanceInfo>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.