Class DeltaLink

java.lang.Object
org.apache.olingo.commons.api.data.Annotatable
org.apache.olingo.commons.api.data.DeltaLink

public class DeltaLink extends Annotatable
A delta link.
  • Constructor Details

    • DeltaLink

      public DeltaLink()
  • Method Details

    • getSource

      public URI getSource()
      Get source of this link.
      Returns:
      source of this link
    • setSource

      public void setSource(URI source)
      Set source of this link.
      Parameters:
      source - source of this link
    • getRelationship

      public String getRelationship()
      Get relationship of this link.
      Returns:
      relationship of this link
    • setRelationship

      public void setRelationship(String relationship)
      Set relationship of this link.
      Parameters:
      relationship - relationship of this link
    • getTarget

      public URI getTarget()
      Get target of this link.
      Returns:
      target of this link
    • setTarget

      public void setTarget(URI target)
      Set target of this link.
      Parameters:
      target - target of this link
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object