Class RelationshipTO

java.lang.Object
org.apache.syncope.common.lib.to.RelationshipTO
All Implemented Interfaces:
Serializable, BaseBean

public class RelationshipTO extends Object implements BaseBean
See Also:
  • Constructor Details

    • RelationshipTO

      public RelationshipTO()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getOtherEndType

      public String getOtherEndType()
    • setOtherEndType

      public void setOtherEndType(String otherEndType)
    • getOtherEndKey

      public String getOtherEndKey()
    • setOtherEndKey

      public void setOtherEndKey(String otherEndKey)
    • getOtherEndName

      public String getOtherEndName()
    • setOtherEndName

      public void setOtherEndName(String otherEndName)
    • getEnd

      public RelationshipTO.End getEnd()
    • setEnd

      public void setEnd(RelationshipTO.End end)
    • hashCode

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

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