Class MAttachmentFile

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_AttachmentFile, I_Persistent, Evaluatee

public class MAttachmentFile extends X_AD_AttachmentFile
Persistence model for attachment file
Author:
Carlos Ruiz - globalqss - bxservice
See Also:
  • Constructor Details

    • MAttachmentFile

      public MAttachmentFile(Properties ctx, String AD_AttachmentFile_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_AttachmentFile_UU - UUID key
      trxName - Transaction
    • MAttachmentFile

      public MAttachmentFile(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details