Interface IRepositoryRecord
- All Superinterfaces:
IAttrSet
,IDBObj
,Serializable
- All Known Implementing Classes:
RepositoryRecord
An interface represents a generic repository record.
It maintains unique serial number within repository.
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves serial number.Methods inherited from interface com.netscape.certsrv.base.IAttrSet
delete, get, getElements, set
Methods inherited from interface com.netscape.certsrv.dbs.IDBObj
getSerializableAttrNames
-
Field Details
-
ATTR_SERIALNO
- See Also:
-
ATTR_PUB_STATUS
- See Also:
-
ATTR_DESCRIPTION
- See Also:
-
-
Method Details
-
getSerialNumber
BigInteger getSerialNumber()Retrieves serial number.- Returns:
- serial number
-
getPublishingStatus
String getPublishingStatus() -
getDescription
String getDescription()
-