Class ServiceInstanceWorkflowPermissionXml

  • All Implemented Interfaces:
    ICustomEquivalence

    public class ServiceInstanceWorkflowPermissionXml
    extends Object
    implements ICustomEquivalence
    Service instance workflow permission for XML serialization.
    Since:
    7.0.0
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    • Constructor Detail

      • ServiceInstanceWorkflowPermissionXml

        public ServiceInstanceWorkflowPermissionXml()
    • Method Detail

      • getPrincipalId

        public String getPrincipalId()
        Returns the principal identifier.
        Returns:
        the principal identifier.
        Since:
        7.0.0
      • setPrincipalId

        public void setPrincipalId​(String principalId)
        Sets the principal identifier.
        Parameters:
        principalId - the principal identifier.
        Since:
        7.0.0
      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.