public class DBusEntry
extends java.lang.Object
| Constructor and Description |
|---|
DBusEntry() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 -