Package com.netscape.certsrv.tps.profile
Class ProfileCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<ProfileData>
-
- com.netscape.certsrv.tps.profile.ProfileCollection
-
public class ProfileCollection extends DataCollection<ProfileData>
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ProfileCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ProfileData>
getEntries()
-
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<ProfileData> getEntries()
- Overrides:
getEntries
in classDataCollection<ProfileData>
-
-