public class DBusEntry extends Object
| Constructor and Description |
|---|
DBusEntry() |
| Modifier and Type | Method and Description |
|---|---|
Introspectable |
getIntrospectable()
Retrieve the introspectable
|
String |
getName()
Retrieve the name
|
String |
getOwner()
Retrieve the owner
|
String |
getPath()
retrieve the path parameter
|
UInt32 |
getUser()
Retrieve the user
|
void |
setIntrospectable(Introspectable _introspectable)
Assign the introspectable
|
void |
setName(String _name)
Assign the name
|
void |
setOwner(String _owner)
Assign the owner
|
void |
setPath(String _path)
set the path parameter
|
void |
setUser(UInt32 _user)
Assign the user
|
public void setName(String _name)
_name - The name.public String getName()
public void setUser(UInt32 _user)
_user - The user.public UInt32 getUser()
public void setOwner(String _owner)
_owner - The owner.public String getOwner()
public void setIntrospectable(Introspectable _introspectable)
_introspectable - The introspectable.public Introspectable getIntrospectable()
public String getPath()
public void setPath(String _path)
_path - pathCopyright © 2019. All rights reserved.