Class RelationshipTypeTO

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

public class RelationshipTypeTO extends Object implements EntityTO
See Also:
  • Constructor Details

    • RelationshipTypeTO

      public RelationshipTypeTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      @Path("{key}") public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLeftEndAnyType

      public String getLeftEndAnyType()
    • setLeftEndAnyType

      public void setLeftEndAnyType(String leftEndAnyType)
    • getRightEndAnyType

      public String getRightEndAnyType()
    • setRightEndAnyType

      public void setRightEndAnyType(String rightEndAnyType)