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