Class BasicDirRecord
java.lang.Object
org.bedework.util.directory.common.DirRecord
org.bedework.util.directory.common.BasicDirRecord
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LdifRecord
This class represents a directory record which may be built from a
number of attributes represented as a BasicAttributes object.
- See Also:
-
Field Summary
Fields inherited from class org.bedework.util.directory.common.DirRecord
changeTypeAdd, changeTypeDelete, changeTypeInvalid, changeTypeModdn, changeTypeModify -
Constructor Summary
ConstructorsConstructorDescriptionCreate a record which can have values added.BasicDirRecord(Attributes attrs) Create a record with the given attributes. -
Method Summary
Methods inherited from class org.bedework.util.directory.common.DirRecord
addAttr, attrElements, attrEquals, attrValCompare, attrValCompare, contains, dnEquals, equals, equals, equals, equalsAllBut, findAttr, getAttrStr, getAttrVal, getChangeType, getDn, getIsContent, getMods, getName, setAttr, setChangeType, setDn, setIsContent, setName
-
Constructor Details
-
BasicDirRecord
public BasicDirRecord()Create a record which can have values added. -
BasicDirRecord
Create a record with the given attributes.- Parameters:
attrs- Attributes object
-
-
Method Details