Class ReferencedBlob

java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.ReferencedBlob

public class ReferencedBlob extends Object
Exposes the blob along with the Node id from which referenced
  • Constructor Details

    • ReferencedBlob

      public ReferencedBlob(Blob blob, String id)
  • Method Details

    • getBlob

      public Blob getBlob()
    • setBlob

      public void setBlob(Blob blob)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object