Class BinaryBean
java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.BinaryBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setBinaryLink
(URI binaryLink) void
setFileExtension
(String fileExtension) void
setFileName
(String fileName) void
setMimeType
(String mimeType) void
setResourceKey
(String resourceKey) void
setSizeInBytes
(long sizeInBytes) void
setThumbnailLink
(URI thumbnailLink)
-
Constructor Details
-
BinaryBean
public BinaryBean()
-
-
Method Details
-
getMimeType
-
setMimeType
-
getFileExtension
-
setFileExtension
-
getSizeInBytes
public long getSizeInBytes() -
setSizeInBytes
public void setSizeInBytes(long sizeInBytes) -
getFileName
-
setFileName
-
getBinaryLink
-
setBinaryLink
-
getThumbnailLink
-
setThumbnailLink
-
getResourceKey
-
setResourceKey
-