|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflowPermissionRoleXml
public class ServiceInstanceWorkflowPermissionRoleXml
Service instance workflow permission role XML serialization object.
Nested Class Summary | |
---|---|
static class |
ServiceInstanceWorkflowPermissionRoleXml.ServiceInstanceWorkflowPermissionRoleXmlComparator
Comparator for ServiceInstanceWorkflowPermissionRoleXml . |
static class |
ServiceInstanceWorkflowPermissionRoleXml.Type
The permission type. |
Constructor Summary | |
---|---|
ServiceInstanceWorkflowPermissionRoleXml()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInstanceWorkflowPermissionRoleXml()
Method Detail |
---|
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 boolean equals(Object obj)
equals
in class Object
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |