Package org.compiere.model
Interface IAttachmentLazyDataSource
-
- All Known Implementing Classes:
AttachmentFileLazyDataSource
public interface IAttachmentLazyDataSource
IDEMPIERE-4889- Author:
- Carlos Ruiz - globalqss
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getData()
Return a byte array containing the data from the Attachment Entry Usually the implementing class must have a constructor with the variable(s) required for loading later the data
-