Interface IFileDataEntity<TMeta extends IScopedFileMetaEntity<?,​?>>

    • Method Detail

      • getData

        byte[] getData()
        Gets the file-data in binary form
        Returns:
        the file-data
      • setData

        void setData​(byte[] data)
        Sets the file-data in binary form
        Parameters:
        data - the file-data to set
      • getMetaEntity

        TMeta getMetaEntity()
        Gets the meta entity of this data entity
        Returns:
        the meta entity
      • setMetaEntity

        void setMetaEntity​(TMeta entity)
        Sets the meta entity of this data entity
        Parameters:
        entity - the entity to set