Class Blob


  • public class Blob
    extends Object
    Holds the reference to a file in a blob store
    Since:
    3.1.6
    Author:
    joseross
    • Field Detail

      • storeId

        protected String storeId
        The id of the blob store
      • hash

        protected String hash
        A hash that can be used to detect the specific version of the blobs
    • Constructor Detail

      • Blob

        public Blob()
    • Method Detail

      • getStoreId

        public String getStoreId()
      • setStoreId

        public void setStoreId​(String storeId)
      • getHash

        public String getHash()
      • setHash

        public void setHash​(String hash)