Package org.freedesktop.dbus.viewer
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
Assign the name- Parameters:
_name- The name.
-
getName
Retrieve the name- Returns:
- The name.
-
setUser
Assign the user- Parameters:
_user- The user.
-
getUser
Retrieve the user- Returns:
- The user.
-
setOwner
Assign the owner- Parameters:
_owner- The owner.
-
getOwner
Retrieve the owner- Returns:
- The owner.
-
setIntrospectable
Assign the introspectable- Parameters:
_introspectable- The introspectable.
-
getIntrospectable
Retrieve the introspectable- Returns:
- The introspectable.
-
getPath
retrieve the path parameter- Returns:
- path
-
setPath
set the path parameter- Parameters:
_path- path
-