java.lang.Object
org.freedesktop.dbus.viewer.DBusEntry
A summary class for a dbus entry for use in a table model
- Seit:
- 10/02/2006
- Autor:
- pete
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungRetrieve the introspectablegetName()
Retrieve the namegetOwner()
Retrieve the ownergetPath()
retrieve the path parametergetUser()
Retrieve the uservoid
setIntrospectable
(Introspectable _introspectable) Assign the introspectablevoid
Assign the namevoid
Assign the ownervoid
set the path parametervoid
Assign the user
-
Konstruktordetails
-
DBusEntry
public DBusEntry()
-
-
Methodendetails
-
setName
Assign the name- Parameter:
_name
- The name.
-
getName
Retrieve the name- Gibt zurück:
- The name.
-
setUser
Assign the user- Parameter:
_user
- The user.
-
getUser
Retrieve the user- Gibt zurück:
- The user.
-
setOwner
Assign the owner- Parameter:
_owner
- The owner.
-
getOwner
Retrieve the owner- Gibt zurück:
- The owner.
-
setIntrospectable
Assign the introspectable- Parameter:
_introspectable
- The introspectable.
-
getIntrospectable
Retrieve the introspectable- Gibt zurück:
- The introspectable.
-
getPath
retrieve the path parameter- Gibt zurück:
- path
-
setPath
set the path parameter- Parameter:
_path
- path
-