Package org.freedesktop.dbus
Class DBusPath
- java.lang.Object
-
- org.freedesktop.dbus.DBusPath
-
- All Implemented Interfaces:
java.lang.Comparable<DBusPath>
- Direct Known Subclasses:
ObjectPath
public class DBusPath extends java.lang.Object implements java.lang.Comparable<DBusPath>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringpath
-
Constructor Summary
Constructors Constructor Description DBusPath(java.lang.String _path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DBusPath _that)booleanequals(java.lang.Object _other)java.lang.StringgetPath()inthashCode()voidsetPath(java.lang.String _path)java.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object _other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(DBusPath _that)
- Specified by:
compareToin interfacejava.lang.Comparable<DBusPath>
-
setPath
public void setPath(java.lang.String _path)
-
-