public class RoleUnitNameList extends Object implements Serializable, Iterable<RoleUnitName>
Modifier | Constructor and Description |
---|---|
protected |
RoleUnitNameList()
Creates new instance.
|
|
RoleUnitNameList(Collection<RoleUnitName> roleUnitNames,
long total)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<RoleUnitName> |
getData()
Returns a list of role-unit-names.
|
long |
getTotal()
Returns the total number of role-unit-names.
|
Iterator<RoleUnitName> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected RoleUnitNameList()
public RoleUnitNameList(Collection<RoleUnitName> roleUnitNames, long total)
roleUnitNames
- total
- public long getTotal()
public List<RoleUnitName> getData()
public Iterator<RoleUnitName> iterator()
iterator
in interface Iterable<RoleUnitName>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.