Class ServiceInstanceWorkflowPermissionRoleXml

    • Constructor Detail

      • ServiceInstanceWorkflowPermissionRoleXml

        public ServiceInstanceWorkflowPermissionRoleXml()
    • Method Detail

      • getRole

        public java.lang.String getRole()
        Returns the role.
        Returns:
        the role.
        Since:
        7.0.0
      • setRole

        public void setRole​(java.lang.String role)
        Sets the role.
        Parameters:
        role - the role.
        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.