Class RelationshipUR

java.lang.Object
org.apache.syncope.common.lib.request.AbstractPatch
org.apache.syncope.common.lib.request.RelationshipUR
All Implemented Interfaces:
Serializable, BaseBean

public class RelationshipUR extends AbstractPatch
See Also:
  • Constructor Details

    • RelationshipUR

      public RelationshipUR()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getOtherEndKey

      public String getOtherEndKey()
    • setOtherEndKey

      public void setOtherEndKey(String otherEndKey)
    • getPlainAttrs

      public Set<Attr> getPlainAttrs()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractPatch
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class AbstractPatch