@DTO public class PermissionAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UESURI |
artifactInterfaceUri
Artifact interface UESURI.
|
private UESURI |
roleUri
UESURI of role for which is this permission granted.
|
Constructor and Description |
---|
PermissionAttributes() |
Modifier and Type | Method and Description |
---|---|
UESURI |
getArtifactInterfaceUri()
Getter for property artifactInterfaceUri.
|
UESURI |
getRoleUri()
Getter for property roleUri.
|
void |
setArtifactInterfaceUri(UESURI artifactInterfaceUri)
Setter for property artifactInterfaceUri.
|
void |
setRoleUri(UESURI roleUri)
Setter for property roleUri.
|
java.lang.String |
toString() |
roleUri
- The roleUri to set.artifactInterfaceUri
- The artifactInterfaceUri to set.toString
in class java.lang.Object
Object.toString()