Class AttachmentDBLazyDataSource

java.lang.Object
org.compiere.model.AttachmentDBLazyDataSource
All Implemented Interfaces:
IAttachmentLazyDataSource

public class AttachmentDBLazyDataSource extends Object implements IAttachmentLazyDataSource
Lazy loading data source for AttachmentDBLOB
  • Constructor Details

    • AttachmentDBLazyDataSource

      public AttachmentDBLazyDataSource(int AD_Attachment_ID, int index, String fileName, String sizeValue)
      Parameters:
      AD_Attachment_ID - attachment record id
      index - attachment entry index (start from 0)
      fileName - attachment entry file name
      sizeValue - attachment entry uncompress size
  • Method Details