Interface BinaryData
- All Known Implementing Classes:
- BinaryDataImpl
public interface BinaryData
Bean which contains information about a 
Binary saved in the database.
 Can be retrieved from BinaryDataAccessor.- 
Method SummaryModifier and TypeMethodDescription@Nullable PrimaryKeycom.google.common.hash.HashCodelonggetSize()toBinary()
- 
Method Details- 
toBinaryBinary toBinary()
- 
getResourceKeyPrimaryKey getResourceKey()- Returns:
- the primary key of the associated 'Resource' entity
 
- 
getResourceContentKeyPrimaryKey getResourceContentKey()- Returns:
- the primary key of the associated 'Resource_content' entity
 
- 
getEntityKey- Returns:
- the primary key of the associated entitydocs entity
 
- 
getHashCodecom.google.common.hash.HashCode getHashCode()
- 
getFileNameString getFileName()
- 
getMimeTypeString getMimeType()
- 
getFileExtensionString getFileExtension()
- 
getSizelong getSize()
 
-