Class DBusEntry
java.lang.Object
org.freedesktop.dbus.viewer.DBusEntry
A summary class for a dbus entry for use in a table model
- Since:
- 10/02/2006
- Author:
- pete
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the introspectablegetName()Retrieve the namegetOwner()Retrieve the ownergetPath()retrieve the path parametergetUser()Retrieve the uservoidsetIntrospectable(Introspectable _introspectable) Assign the introspectablevoidAssign the namevoidAssign the ownervoidset the path parametervoidAssign the user
-
Constructor Details
-
DBusEntry
public DBusEntry()
-
-
Method Details
-
setName
-
getName
-
setUser
-
getUser
-
setOwner
-
getOwner
-
setIntrospectable
Assign the introspectable- Parameters:
_introspectable- The introspectable.
-
getIntrospectable
-
getPath
-
setPath
-