Class KeyRequestInfoCollection
java.lang.Object
com.netscape.certsrv.base.DataCollection<KeyRequestInfo>
com.netscape.certsrv.key.KeyRequestInfoCollection
- All Implemented Interfaces:
JSONSerializer
public class KeyRequestInfoCollection
extends DataCollection<KeyRequestInfo>
implements JSONSerializer
-
Field Summary
Fields inherited from class DataCollection
entries, links, totalModifier and TypeFieldDescriptionprotected Collection<KeyRequestInfo> protected Collection<Link> protected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyRequestInfoCollectionstatic KeyRequestInfoCollectiongetNext()toXML()Methods inherited from class DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotalModifier and TypeMethodDescriptionvoidaddEntry(KeyRequestInfo entry) voidbooleangetLinks()intgetTotal()inthashCode()voidremoveEntry(KeyRequestInfo entry) voidremoveLink(Link link) voidsetEntries(Collection<KeyRequestInfo> entries) voidsetLinks(Collection<Link> links) voidsetTotal(int total) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
KeyRequestInfoCollection
public KeyRequestInfoCollection()
-
-
Method Details
-
getEntries
- Overrides:
getEntriesin classDataCollection<KeyRequestInfo>
-
getNext
-
getPrevious
-
toDOM
-
toXML
-
fromDOM
-
fromXML
- Throws:
Exception
-