Class SelfTestCollection
java.lang.Object
com.netscape.certsrv.base.DataCollection<SelfTestData>
com.netscape.certsrv.selftests.SelfTestCollection
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from class DataCollection
entries, links, totalModifier and TypeFieldDescriptionprotected Collection<SelfTestData> protected Collection<Link> protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotalModifier and TypeMethodDescriptionvoidaddEntry(SelfTestData entry) voidbooleangetLinks()intgetTotal()inthashCode()voidremoveEntry(SelfTestData entry) voidremoveLink(Link link) voidsetEntries(Collection<SelfTestData> entries) voidsetLinks(Collection<Link> links) voidsetTotal(int total)
-
Constructor Details
-
SelfTestCollection
public SelfTestCollection()
-
-
Method Details
-
getEntries
- Overrides:
getEntriesin classDataCollection<SelfTestData>
-