Interface I_COF_ConfAttachment

All Known Implementing Classes:
MCOFConfAttachment, X_COF_ConfAttachment

public interface I_COF_ConfAttachment
Generated Interface for COF_ConfAttachment
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

    • Table_Name

      static final String Table_Name
      TableName=COF_ConfAttachment
      See Also:
    • Table_ID

      static final int Table_ID
      AD_Table_ID=1500020
    • Model

      static final KeyNamePair Model
    • accessLevel

      static final BigDecimal accessLevel
      AccessLevel = 6 - System - Client
    • COLUMNNAME_AD_Client_ID

      static final String COLUMNNAME_AD_Client_ID
      Column name AD_Client_ID
      See Also:
    • COLUMNNAME_AD_Org_ID

      static final String COLUMNNAME_AD_Org_ID
      Column name AD_Org_ID
      See Also:
    • COLUMNNAME_COF_ConfAttachment_ID

      static final String COLUMNNAME_COF_ConfAttachment_ID
      Column name COF_ConfAttachment_ID
      See Also:
    • COLUMNNAME_COF_ConfAttachment_UU

      static final String COLUMNNAME_COF_ConfAttachment_UU
      Column name COF_ConfAttachment_UU
      See Also:
    • COLUMNNAME_Created

      static final String COLUMNNAME_Created
      Column name Created
      See Also:
    • COLUMNNAME_CreatedBy

      static final String COLUMNNAME_CreatedBy
      Column name CreatedBy
      See Also:
    • COLUMNNAME_IsActive

      static final String COLUMNNAME_IsActive
      Column name IsActive
      See Also:
    • COLUMNNAME_IsDeleteable

      static final String COLUMNNAME_IsDeleteable
      Column name IsDeleteable
      See Also:
    • COLUMNNAME_Updated

      static final String COLUMNNAME_Updated
      Column name Updated
      See Also:
    • COLUMNNAME_UpdatedBy

      static final String COLUMNNAME_UpdatedBy
      Column name UpdatedBy
      See Also:
    • COLUMNNAME_cof_AllowedExtension

      static final String COLUMNNAME_cof_AllowedExtension
      Column name cof_AllowedExtension
      See Also:
    • COLUMNNAME_cof_DeleteLogic

      static final String COLUMNNAME_cof_DeleteLogic
      Column name cof_DeleteLogic
      See Also:
    • COLUMNNAME_cof_MaxAttachmentSize

      static final String COLUMNNAME_cof_MaxAttachmentSize
      Column name cof_MaxAttachmentSize
      See Also:
    • COLUMNNAME_cof_NotAllowedExtension

      static final String COLUMNNAME_cof_NotAllowedExtension
      Column name cof_NotAllowedExtension
      See Also:
    • COLUMNNAME_cof_TableAttachment_ID

      static final String COLUMNNAME_cof_TableAttachment_ID
      Column name cof_TableAttachment_ID
      See Also:
  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • setCOF_ConfAttachment_ID

      void setCOF_ConfAttachment_ID(int COF_ConfAttachment_ID)
      Set Configuração de Anexo. Primary Key : Configuration Attachment
    • getCOF_ConfAttachment_ID

      int getCOF_ConfAttachment_ID()
      Get Configuração de Anexo. Primary Key : Configuration Attachment
    • setCOF_ConfAttachment_UU

      void setCOF_ConfAttachment_UU(String COF_ConfAttachment_UU)
      Set COF_ConfAttachment_UU
    • getCOF_ConfAttachment_UU

      String getCOF_ConfAttachment_UU()
      Get COF_ConfAttachment_UU
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setIsActive

      void setIsActive(boolean IsActive)
      Set Active. The record is active in the system
    • isActive

      boolean isActive()
      Get Active. The record is active in the system
    • setIsDeleteable

      void setIsDeleteable(boolean IsDeleteable)
      Set Records deletable. Indicates if records can be deleted from the database
    • isDeleteable

      boolean isDeleteable()
      Get Records deletable. Indicates if records can be deleted from the database
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setcof_AllowedExtension

      void setcof_AllowedExtension(String cof_AllowedExtension)
      Set Extension. Extension allowed by attachment
    • getcof_AllowedExtension

      String getcof_AllowedExtension()
      Get Extension. Extension allowed by attachment
    • setcof_DeleteLogic

      void setcof_DeleteLogic(String cof_DeleteLogic)
      Set Lógica para Exclusão. Se campo preenchido, valida a regra de exclusão permitindo ou não a exclusão.
    • getcof_DeleteLogic

      String getcof_DeleteLogic()
      Get Lógica para Exclusão. Se campo preenchido, valida a regra de exclusão permitindo ou não a exclusão.
    • setcof_MaxAttachmentSize

      void setcof_MaxAttachmentSize(BigDecimal cof_MaxAttachmentSize)
      Set Max Attachment Size (kb). Max Attachment size allowed
    • getcof_MaxAttachmentSize

      BigDecimal getcof_MaxAttachmentSize()
      Get Max Attachment Size (kb). Max Attachment size allowed
    • setcof_NotAllowedExtension

      void setcof_NotAllowedExtension(String cof_NotAllowedExtension)
      Set Extension not permitted. Extension not permitted by Attachment
    • getcof_NotAllowedExtension

      String getcof_NotAllowedExtension()
      Get Extension not permitted. Extension not permitted by Attachment
    • setcof_TableAttachment_ID

      void setcof_TableAttachment_ID(int cof_TableAttachment_ID)
      Set Table Attachment. Table to validate the attachment allowed
    • getcof_TableAttachment_ID

      int getcof_TableAttachment_ID()
      Get Table Attachment. Table to validate the attachment allowed
    • getcof_TableAttachment

      I_AD_Table getcof_TableAttachment() throws RuntimeException
      Throws:
      RuntimeException