public class KeyRequestInfoCollection extends DataCollection<KeyRequestInfo>
| Constructor and Description |
|---|
KeyRequestInfoCollection() |
| Modifier and Type | Method and 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) |
addEntry, addLink, getLinks, getTotal, removeEntry, removeLink, setEntries, setLinks, setTotalpublic java.util.Collection<KeyRequestInfo> getEntries()
getEntries in class DataCollection<KeyRequestInfo>public java.lang.String getNext()
public java.lang.String getPrevious()
public java.lang.String toString()
toString in class java.lang.Objectpublic static KeyRequestInfoCollection valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception