org.freedesktop.dbus.viewer
public class DBusEntry extends Object
Since: 10/02/2006
Method Summary | |
---|---|
DBus.Introspectable | getIntrospectable() Retrieve the introspectable
|
String | getName() Retrieve the name
|
String | getOwner() Retrieve the owner
|
String | getPath()
retrieve the path parameter
|
UInt32 | getUser() Retrieve the user
|
void | setIntrospectable(DBus.Introspectable introspectable) Assign the introspectable
|
void | setName(String name) Assign the name
|
void | setOwner(String owner) Assign the owner
|
void | setPath(String path)
set the path parameter
|
void | setUser(UInt32 user) Assign the user
|
Returns: The introspectable.
Returns: The name.
Returns: The owner.
Returns:
Returns: The user.
Parameters: introspectable The introspectable.
Parameters: name The name.
Parameters: owner The owner.
Parameters: path
Parameters: user The user.