Package com.netscape.certsrv.tps.profile
Class ProfileMappingCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<ProfileMappingData>
-
- com.netscape.certsrv.tps.profile.ProfileMappingCollection
-
public class ProfileMappingCollection extends DataCollection<ProfileMappingData>
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ProfileMappingCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ProfileMappingData>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<ProfileMappingData> getEntries()
- Overrides:
getEntries
in classDataCollection<ProfileMappingData>
-
-