Package com.netscape.certsrv.group
Class GroupMemberCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<GroupMemberData>
-
- com.netscape.certsrv.group.GroupMemberCollection
-
- All Implemented Interfaces:
JSONSerializer
public class GroupMemberCollection extends DataCollection<GroupMemberData> implements JSONSerializer
- Author:
- Endi S. Dewata
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.DataCollection
entries, links, total
-
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
-
Constructor Summary
Constructors Constructor Description GroupMemberCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<GroupMemberData>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<GroupMemberData> getEntries()
- Overrides:
getEntries
in classDataCollection<GroupMemberData>
-
-