|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.util.FoundEntity
public class FoundEntity
This objects represents one found entity. A collection of found entities is
returned from the
Directories.find(org.entityfs.EntityListable, org.entityfs.support.filter.Filter)
method.
This object is immutable.
Method Summary | |
---|---|
boolean |
equals(Object o)
This object is equal to another FoundEntity if the entity is the
same. |
EntityView |
getEntity()
Get the entity that was found. |
RelativeLocation |
getLocation()
Get the found entity's location relative to the directory that was the root of the find operation. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EntityView getEntity()
public RelativeLocation getLocation()
find
was called on.public boolean equals(Object o)
FoundEntity
if the entity is the
same. The location is ignored.
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |