Class RelationshipRest

  • All Implemented Interfaces:
    Serializable, RestModel

    public class RelationshipRest
    extends BaseObjectRest<Integer>
    This class acts as the REST representation of the Relationship model class. This class acts as a data holder for the RelationshipResource Refer to Relationship for explanation about the properties
    See Also:
    Serialized Form
    • Constructor Detail

      • RelationshipRest

        public RelationshipRest()
    • Method Detail

      • getType

        public String getType()
      • getLeftId

        public UUID getLeftId()
      • setLeftId

        public void setLeftId​(UUID leftId)
      • getRightId

        public UUID getRightId()
      • setRightId

        public void setRightId​(UUID rightId)
      • getLeftPlace

        public int getLeftPlace()
      • setLeftPlace

        public void setLeftPlace​(int leftPlace)
      • getRightPlace

        public int getRightPlace()
      • setRightPlace

        public void setRightPlace​(int rightPlace)
      • getRightwardValue

        public String getRightwardValue()
      • setRightwardValue

        public void setRightwardValue​(String rightwardValue)
      • getLeftwardValue

        public String getLeftwardValue()
      • setLeftwardValue

        public void setLeftwardValue​(String leftwardValue)