|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freedesktop.dbus.viewer.DBusEntry
public class DBusEntry
A summary class for a dbus entry for use in a table model
Constructor Summary | |
---|---|
DBusEntry()
|
Method Summary | |
---|---|
DBus.Introspectable |
getIntrospectable()
Retrieve the introspectable |
java.lang.String |
getName()
Retrieve the name |
java.lang.String |
getOwner()
Retrieve the owner |
java.lang.String |
getPath()
retrieve the path parameter |
UInt32 |
getUser()
Retrieve the user |
void |
setIntrospectable(DBus.Introspectable introspectable)
Assign the introspectable |
void |
setName(java.lang.String name)
Assign the name |
void |
setOwner(java.lang.String owner)
Assign the owner |
void |
setPath(java.lang.String path)
set the path parameter |
void |
setUser(UInt32 user)
Assign the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBusEntry()
Method Detail |
---|
public void setName(java.lang.String name)
name
- The name.public java.lang.String getName()
public void setUser(UInt32 user)
user
- The user.public UInt32 getUser()
public void setOwner(java.lang.String owner)
owner
- The owner.public java.lang.String getOwner()
public void setIntrospectable(DBus.Introspectable introspectable)
introspectable
- The introspectable.public DBus.Introspectable getIntrospectable()
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |