Package com.netscape.certsrv.key
Class KeyRequestInfoCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<KeyRequestInfo>
-
- com.netscape.certsrv.key.KeyRequestInfoCollection
-
public class KeyRequestInfoCollection extends DataCollection<KeyRequestInfo>
-
-
Constructor Summary
Constructors Constructor Description KeyRequestInfoCollection()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<KeyRequestInfo>
getEntries()
java.lang.String
getNext()
java.lang.String
getPrevious()
static void
main(java.lang.String[] args)
java.lang.String
toString()
static KeyRequestInfoCollection
valueOf(java.lang.String string)
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, getLinks, getTotal, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<KeyRequestInfo> getEntries()
- Overrides:
getEntries
in classDataCollection<KeyRequestInfo>
-
getNext
public java.lang.String getNext()
-
getPrevious
public java.lang.String getPrevious()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
valueOf
public static KeyRequestInfoCollection valueOf(java.lang.String string) throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-