|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.MultiValueAttributes
org.pf.directory.DirectoryObject
public class DirectoryObject
Represents one object in a directory.
| Constructor Summary | |
|---|---|
DirectoryObject(java.lang.String id)
Initialize the new instance with a unique identifier. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Returns true if the given object is of the identical class as this object and if both IDs are equal (case-sensitive). |
java.lang.String |
getID()
Returns the identifier of this object |
int |
hashCode()
Returns the hash code of this object |
boolean |
matches(MatchRule rule)
Returns true, if this object matches the given rule |
| Methods inherited from class org.pf.directory.MultiValueAttributes |
|---|
addAttribute, addValue, addValue, getAttribute, getAttributeAsString, getAttributeAsStringArray, getAttributeNames, getAttributeValue, getCopyOfAttributes, getMetaData, getValue, getValues, hasAttribute, isEmpty, removeAttribute, removeValue, setMetaData, size |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryObject(java.lang.String id)
id - The unique identifier of the new object| Method Detail |
|---|
public java.lang.String getID()
public boolean matches(MatchRule rule)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||