|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.webdav.java.Bean
public class Bean
This class represents a path to the bean
Field Summary | |
---|---|
protected String |
path
Path from the root object |
Constructor Summary | |
---|---|
Bean(String path)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object object)
Compares path's of two objects |
String |
getPath()
Returns path |
int |
hashCode()
Returns path string's hash code |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String path
Constructor Detail |
---|
public Bean(String path)
path
- a path from the root objectMethod Detail |
---|
public String getPath()
public int hashCode()
hashCode
in class Object
public boolean equals(Object object)
equals
in class Object
object
- other object
true
if two paths are equal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |