Interface IDBObj
- All Superinterfaces:
IAttrSet, Serializable
- All Known Subinterfaces:
ICRLIssuingPointRecord, IKeyRecord, IRepositoryRecord
- All Known Implementing Classes:
CertRecord, CRLIssuingPointRecord, DBRecord, KeyRecord, RepositoryRecord, RequestRecord
An interface represents a database object
that is serializable.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of serializable attribute names.Methods inherited from interface IAttrSet
delete, get, getElements, setModifier and TypeMethodDescriptionvoidDeletes an attribute value from this AttrSet.Gets an attribute value.Returns an enumeration of the names of the attributes existing within this AttrSet.voidSets an attribute value within this AttrSet.
-
Method Details
-
getSerializableAttrNames
Enumeration<String> getSerializableAttrNames()Returns a list of serializable attribute names. This method should return the attribute name even if there is no attribute value for the attribute.- Returns:
- a list of serializable attribute names
-