Class ServiceInstanceWorkflowPermissionXml

  • All Implemented Interfaces:
    ICustomEquivalence

    public class ServiceInstanceWorkflowPermissionXml
    extends java.lang.Object
    implements ICustomEquivalence
    Service instance workflow permission for XML serialization.
    Since:
    7.0.0
    Version:
    $Revision: 25199 $ $Date: 2022-09-05 18:27:38 -0300 (Mon, 05 Sep 2022) $
    • Constructor Detail

      • ServiceInstanceWorkflowPermissionXml

        public ServiceInstanceWorkflowPermissionXml()
    • Method Detail

      • getPrincipalId

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • isEquivalent

        public boolean isEquivalent​(java.lang.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.