Interface IFileDataEntity<T extends IFileEntity<?,​?>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ATTR_DATA  
      static String ATTR_FILE_ENTITY  
      • Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity

        ATTR_ID
      • Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity

        ATTR_LOCKINGVERSION
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] getData()  
      T getFileEntity()  
      void setData​(byte[] data)  
      void setFileEntity​(T file)  
      • Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity

        getId, isPersisted, setId
      • Methods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity

        entityHasChanged, getLockingVersion, setLockingVersion