Package com.netscape.certsrv.selftests
Class SelfTestCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<SelfTestData>
-
- com.netscape.certsrv.selftests.SelfTestCollection
-
public class SelfTestCollection extends DataCollection<SelfTestData>
- Author:
- Endi S. Dewata
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.DataCollection
entries, links, total
-
-
Constructor Summary
Constructors Constructor Description SelfTestCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<SelfTestData>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<SelfTestData> getEntries()
- Overrides:
getEntries
in classDataCollection<SelfTestData>
-
-