|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflowPermissionXml
public class ServiceInstanceWorkflowPermissionXml
Service instance workflow permission for XML serialization.
Nested Class Summary | |
---|---|
static class |
ServiceInstanceWorkflowPermissionXml.ServiceInstanceWorkflowPermissionXmlComparator
Comparator for ServiceInstanceWorkflowPermissionXml . |
Constructor Summary | |
---|---|
ServiceInstanceWorkflowPermissionXml()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPrincipalId()
Returns the principal identifier. |
SortedSet<ServiceInstanceWorkflowPermissionRoleXml> |
getRoles()
Returns the service instance workflow roles. |
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object. |
void |
setPrincipalId(String principalId)
Sets the principal identifier. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInstanceWorkflowPermissionXml()
Method Detail |
---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- the principal identifier.public SortedSet<ServiceInstanceWorkflowPermissionRoleXml> getRoles()
public boolean equals(Object obj)
equals
in class Object
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 |