|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryEntity
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName(). |
Long |
getDirectoryId()
|
String |
getName()
|
int |
hashCode()
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName(). |
| Method Detail |
|---|
Long getDirectoryId()
String getName()
boolean equals(Object o)
equals in class Objecto - object to compare to.
true if and only if the directoryId
and lowercase of name (subject to the pre-configured locale) of the directory entities match.int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||