Class Blob

java.lang.Object
org.craftercms.commons.file.blob.Blob

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

    • 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 Details

    • Blob

      public Blob()
    • Blob

      public Blob(String storeId, String hash)
  • Method Details

    • getStoreId

      public String getStoreId()
    • setStoreId

      public void setStoreId(String storeId)
    • getHash

      public String getHash()
    • setHash

      public void setHash(String hash)