@DTO public class UESRoleSearchResultItem extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code
The code of the role.
|
private java.lang.String |
icon
The icon of the role (as stored in the code table).
|
private java.lang.String |
locationName
The name of the container that this role is in.
|
private UESURI |
locationUri
The UES-URI of the container that this role is in.
|
private java.lang.String |
name
The name of the role.
|
private java.lang.String |
organizationalUnitName
The name of the OU that this role is in.
|
private UESURI |
organizationalUnitUri
The UES-URI of the OU that this role is in.
|
private java.lang.String |
stateIcon
The state icon of the role (as stored in the code table).
|
private UESArtifactStateType |
stateType
The state type of the role.
|
private UESURI |
uri
The UES-URI of the role.
|
| Modifier | Constructor and Description |
|---|---|
protected |
UESRoleSearchResultItem()
Creates a new instance of UESRoleSearchResultItem.
|
|
UESRoleSearchResultItem(UESURI aUri,
Creates a new instance of UESArtifactSearchResultItem.
|
|
UESRoleSearchResultItem(UESURI aUri,
Creates a new instance of UESRoleSearchResultItem.
|
| Modifier and Type | Method and Description |
|---|---|
UESArtifactStateType |
getStateType()
Getter for property stateType.
|
void |
setStateType(UESArtifactStateType aStateType)
Setter for property stateType.
|
java.lang.String |
toString() |
aUri - The UES-URI of the role.aName - The name of the role.aCode - The code of the role.aIcon - The icon of the role (as stored in the code table).aStateIcon - The state icon of the role (as stored in the code table).aLocationUri - The UES-URI of the container that this role is in.aLocationName - The name of the container that this role is in.aUri - The UES-URI of the role.aName - The name of the role.aCode - The code of the role.aIcon - The icon of the role (as stored in the code table).aStateIcon - The state icon of the role (as stored in the code table).aLocationUri - The UES-URI of the container that this role is in.aLocationName - The name of the container that this role is in.aOrganizationalUnitUri - The UES-URI of the organizational unit that
this role is in.aOrganizationalUnitName - The name of the organizational unit that
this role is in.aStateType - The state type of the role.UESRoleSearchResultItem.stateTypeaStateType - the stateType to setUESRoleSearchResultItem.stateTypetoString in class java.lang.ObjectObject.toString()