public class ClientInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClientInfo(int handle,
java.lang.String name,
Client client)
Creates an instance of ClientInfo with all necesarry data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessRights()
Returns the accessRights.
|
Client |
getClient()
Returns the client.
|
IntArray |
getComponents()
Returns the components.
|
int |
getHandle()
Returns the handle.
|
java.lang.String |
getName()
Returns the name.
|
void |
setAccessRights(int accessRights)
Sets the accessRights.
|
void |
setClient(Client client)
Sets the client.
|
void |
setComponents(IntArray components)
Sets the components.
|
void |
setHandle(int handle)
Sets the handle.
|
void |
setName(java.lang.String name)
Sets the name.
|
java.lang.String |
toString()
Returns a single-line rendition of this instance into text.
|
public int getAccessRights()
public Client getClient()
public IntArray getComponents()
public int getHandle()
public java.lang.String getName()
public void setAccessRights(int accessRights)
accessRights - The accessRights to setpublic void setClient(Client client)
client - The client to setpublic void setHandle(int handle)
handle - The handle to setpublic void setName(java.lang.String name)
name - The name to setpublic void setComponents(IntArray components)
components - The components to setpublic java.lang.String toString()
toString in class java.lang.Object