Class BasicDirRecord
java.lang.Object
org.bedework.carddav.server.dirHandlers.ldap.DirRecord
org.bedework.carddav.server.dirHandlers.ldap.BasicDirRecord
- All Implemented Interfaces:
Serializable
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.carddav.server.dirHandlers.ldap.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.carddav.server.dirHandlers.ldap.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
-
-
Method Details
-
getAttributes
- Specified by:
getAttributesin classDirRecord- Returns:
- Attributes
-
clear
public void clear()Description copied from class:DirRecordShould be overriden to clear attributes.
-