public class ServiceInstanceWorkflowPermissionRoleXml extends Object implements Comparable<ServiceInstanceWorkflowPermissionRoleXml>, ICustomEquivalence
Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceWorkflowPermissionRoleXml.ServiceInstanceWorkflowPermissionRoleXmlComparator
Comparator for
ServiceInstanceWorkflowPermissionRoleXml . |
static class |
ServiceInstanceWorkflowPermissionRoleXml.Type
The permission type.
|
Constructor and Description |
---|
ServiceInstanceWorkflowPermissionRoleXml() |
Modifier and Type | Method and Description |
---|---|
void |
afterXmlRead()
Commit callback. |
void |
beforeXmlWrite()
Persist callback. |
int |
compareTo(ServiceInstanceWorkflowPermissionRoleXml o) |
boolean |
equals(Object obj) |
String |
getRole()
Returns the role.
|
ServiceInstanceWorkflowPermissionRoleXml.Type |
getType()
Returns the type.
|
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object.
|
void |
setRole(String role)
Sets the role.
|
void |
setType(ServiceInstanceWorkflowPermissionRoleXml.Type type)
Sets the type.
|
public ServiceInstanceWorkflowPermissionRoleXml()
public ServiceInstanceWorkflowPermissionRoleXml.Type getType()
public void setType(ServiceInstanceWorkflowPermissionRoleXml.Type type)
type
- the type.public String getRole()
public void setRole(String role)
role
- the role.public int compareTo(ServiceInstanceWorkflowPermissionRoleXml o)
compareTo
in interface Comparable<ServiceInstanceWorkflowPermissionRoleXml>
public void afterXmlRead()
Commit
callback.public void beforeXmlWrite()
Persist
callback.public boolean isEquivalent(Object obj)
ICustomEquivalence
isEquivalent
in interface ICustomEquivalence
obj
- the object to compare with.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.