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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Introspectableprivate Stringprivate Stringprivate Stringprivate UInt32 -
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
-
Field Details
-
name
-
path
-
user
-
owner
-
introspectable
-
-
Constructor Details
-
DBusEntry
public DBusEntry()
-
-
Method Details
-
setName
-
getName
-
setUser
-
getUser
-
setOwner
-
getOwner
-
setIntrospectable
Assign the introspectable- Parameters:
_introspectable- The introspectable.
-
getIntrospectable
-
getPath
-
setPath
-