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,ClientPluginConfigData,ClientPluginFileData,FormEingangDateiData,FormTemplateFileData,FormTemplatePreview,FormTemplateThumbnail,FormVersionBackupData,FormVersionDateiData,MandantRessourceDateiData,ProjectPreviewFileData,ProjektRessourceDateiData,SystemAuthenticatorFileData,SystemPluginConfigData,SystemPluginFileData,UserProfileFileData,WorkflowVersionBackupData
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getData()voidsetData(byte[] data) voidsetFileEntity(T file) Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setIdMethods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Field Details
-
ATTR_FILE_ENTITY
- See Also:
-
ATTR_DATA
- See Also:
-
-
Method Details
-
getFileEntity
T getFileEntity() -
setFileEntity
-
setData
void setData(byte[] data) - Specified by:
setDatain interfaceIAbstractDateiData
-
getData
byte[] getData()- Specified by:
getDatain interfaceIAbstractDateiData
-