org.freedesktop.dbus
Class Path

java.lang.Object
  extended by org.freedesktop.dbus.Path
All Implemented Interfaces:
Comparable<Path>

public class Path
extends Object
implements Comparable<Path>


Field Summary
protected  String path
           
 
Constructor Summary
Path(String path)
           
 
Method Summary
 int compareTo(Path that)
           
 boolean equals(Object other)
           
 String getPath()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected String path
Constructor Detail

Path

public Path(String path)
Method Detail

getPath

public String getPath()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Path that)
Specified by:
compareTo in interface Comparable<Path>