org.freedesktop.dbus.viewer

Class DBusEntry

public class DBusEntry extends Object

A summary class for a dbus entry for use in a table model

Since: 10/02/2006

Method Summary
DBus.IntrospectablegetIntrospectable()
Retrieve the introspectable
StringgetName()
Retrieve the name
StringgetOwner()
Retrieve the owner
StringgetPath()
retrieve the path parameter
UInt32getUser()
Retrieve the user
voidsetIntrospectable(DBus.Introspectable introspectable)
Assign the introspectable
voidsetName(String name)
Assign the name
voidsetOwner(String owner)
Assign the owner
voidsetPath(String path)
set the path parameter
voidsetUser(UInt32 user)
Assign the user

Method Detail

getIntrospectable

public DBus.Introspectable getIntrospectable()
Retrieve the introspectable

Returns: The introspectable.

getName

public String getName()
Retrieve the name

Returns: The name.

getOwner

public String getOwner()
Retrieve the owner

Returns: The owner.

getPath

public String getPath()
retrieve the path parameter

Returns:

getUser

public UInt32 getUser()
Retrieve the user

Returns: The user.

setIntrospectable

public void setIntrospectable(DBus.Introspectable introspectable)
Assign the introspectable

Parameters: introspectable The introspectable.

setName

public void setName(String name)
Assign the name

Parameters: name The name.

setOwner

public void setOwner(String owner)
Assign the owner

Parameters: owner The owner.

setPath

public void setPath(String path)
set the path parameter

Parameters: path

setUser

public void setUser(UInt32 user)
Assign the user

Parameters: user The user.