Class DataCollection<E>
java.lang.Object
com.netscape.certsrv.base.DataCollection<E>
- Direct Known Subclasses:
ActivityCollection, AuditFileCollection, AuthenticatorCollection, CertDataInfos, CertRequestInfos, CMSRequestInfos, ConnectorCollection, GroupCollection, GroupMemberCollection, KeyInfoCollection, KeyRequestInfoCollection, ProfileCollection, ProfileDataInfos, ProfileMappingCollection, SelfTestCollection, SelfTestResults, TokenCollection, TPSCertCollection, TPSConnectorCollection, UserCertCollection, UserCollection, UserMembershipCollection
- Author:
- Endi S. Dewata
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<E> protected Collection<Link> protected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleangetLinks()intgetTotal()inthashCode()voidremoveEntry(E entry) voidremoveLink(Link link) voidsetEntries(Collection<E> entries) voidsetLinks(Collection<Link> links) voidsetTotal(int total)
-
Field Details
-
total
protected int total -
entries
-
links
-
-
Constructor Details
-
DataCollection
public DataCollection()
-
-
Method Details
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getEntries
-
setEntries
-
addEntry
-
removeEntry
-
getLinks
-
setLinks
-
addLink
-
removeLink
-
hashCode
-
equals
-