Package de.xima.fc.entities.interfaces
Interface IFileDataEntity<T extends IFileEntity<?,?>>
- 
- All Superinterfaces:
 Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>,IAbstractDateiData,de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,Serializable
- All Known Implementing Classes:
 AEncryptedFileDataEntity,AFileDataEntity,AFormEncryptedFileDataEntity,AttachmentDateiData,ClientAuthenticatorFileData,ClientFileData,ClientFormThemeFileData,ClientPluginConfigData,ClientPluginFileData,FormEingangDateiData,FormTemplateFileData,FormTemplatePreview,FormTemplateThumbnail,FormVersionBackupData,FormVersionDateiData,MandantRessourceDateiData,ProjectPreviewFileData,ProjektRessourceDateiData,SystemAuthenticatorFileData,SystemPluginConfigData,SystemPluginFileData,UserProfileFileData,WorkflowVersionBackupData
public interface IFileDataEntity<T extends IFileEntity<?,?>> extends IAbstractDateiData
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTR_DATAstatic StringATTR_FILE_ENTITY 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getData()TgetFileEntity()voidsetData(byte[] data)voidsetFileEntity(T file)- 
Methods inherited from interface java.lang.Comparable
compareTo 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ATTR_FILE_ENTITY
static final String ATTR_FILE_ENTITY
- See Also:
 - Constant Field Values
 
 
- 
ATTR_DATA
static final String ATTR_DATA
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getFileEntity
T getFileEntity()
 
- 
setFileEntity
void setFileEntity(T file)
 
- 
setData
void setData(byte[] data)
- Specified by:
 setDatain interfaceIAbstractDateiData
 
- 
getData
byte[] getData()
- Specified by:
 getDatain interfaceIAbstractDateiData
 
 - 
 
 -