Package ca.uhn.fhir.jpa.model.entity
Class BinaryStorageEntity
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BinaryStorageEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlob()
getHash()
long
getSize()
byte[]
boolean
hasBlob()
boolean
void
void
setContentId
(String theContentId) void
setContentType
(String theContentType) void
void
setPublished
(Date thePublishedDate) void
setResourceId
(String theResourceId) void
setSize
(long theSize) setStorageContentBin
(byte[] theStorageContentBin)
-
Constructor Details
-
BinaryStorageEntity
public BinaryStorageEntity()
-
-
Method Details
-
getPublished
-
setPublished
-
getHash
-
setContentId
-
setResourceId
-
getSize
-
getContentType
-
setContentType
-
getBlob
-
setBlob
-
getContentId
-
setSize
-
setHash
-
getStorageContentBin
-
setStorageContentBin
-
hasStorageContent
-
hasBlob
-