Class BinaryBean
java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.BinaryBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
getId()
long
int
hashCode()
void
setBinaryLink
(URI binaryLink) void
setFileExtension
(String fileExtension) void
setFileName
(String fileName) void
void
setMimeType
(String mimeType) void
setResourceKey
(String resourceKey) void
setSizeInBytes
(long sizeInBytes) void
setThumbnailLink
(URI thumbnailLink)
-
Constructor Details
-
BinaryBean
public BinaryBean()
-
-
Method Details
-
getId
-
setId
-
getMimeType
-
setMimeType
-
getFileExtension
-
setFileExtension
-
getSizeInBytes
public long getSizeInBytes() -
setSizeInBytes
public void setSizeInBytes(long sizeInBytes) -
getFileName
-
setFileName
-
getBinaryLink
-
setBinaryLink
-
getThumbnailLink
-
setThumbnailLink
-
getResourceKey
-
setResourceKey
-
equals
-
hashCode
public int hashCode()
-