Package org.brerp.base.model
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 Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name cof_AllowedExtensionstatic final String
Column name COF_ConfAttachment_IDstatic final String
Column name COF_ConfAttachment_UUstatic final String
Column name cof_DeleteLogicstatic final String
Column name cof_MaxAttachmentSizestatic final String
Column name cof_NotAllowedExtensionstatic final String
Column name cof_TableAttachment_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsDeleteablestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=1500020static final String
TableName=COF_ConfAttachment -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Extension.int
Get Configuração de Anexo.Get COF_ConfAttachment_UUGet Lógica para Exclusão.Get Max Attachment Size (kb).Get Extension not permitted.int
Get Table Attachment.Get Created.int
Get Created By.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Records deletable.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setcof_AllowedExtension
(String cof_AllowedExtension) Set Extension.void
setCOF_ConfAttachment_ID
(int COF_ConfAttachment_ID) Set Configuração de Anexo.void
setCOF_ConfAttachment_UU
(String COF_ConfAttachment_UU) Set COF_ConfAttachment_UUvoid
setcof_DeleteLogic
(String cof_DeleteLogic) Set Lógica para Exclusão.void
setcof_MaxAttachmentSize
(BigDecimal cof_MaxAttachmentSize) Set Max Attachment Size (kb).void
setcof_NotAllowedExtension
(String cof_NotAllowedExtension) Set Extension not permitted.void
setcof_TableAttachment_ID
(int cof_TableAttachment_ID) Set Table Attachment.void
setIsActive
(boolean IsActive) Set Active.void
setIsDeleteable
(boolean IsDeleteable) Set Records deletable.
-
Field Details
-
Table_Name
TableName=COF_ConfAttachment- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500020 -
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_COF_ConfAttachment_ID
Column name COF_ConfAttachment_ID- See Also:
-
COLUMNNAME_COF_ConfAttachment_UU
Column name COF_ConfAttachment_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDeleteable
Column name IsDeleteable- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_cof_AllowedExtension
Column name cof_AllowedExtension- See Also:
-
COLUMNNAME_cof_DeleteLogic
Column name cof_DeleteLogic- See Also:
-
COLUMNNAME_cof_MaxAttachmentSize
Column name cof_MaxAttachmentSize- See Also:
-
COLUMNNAME_cof_NotAllowedExtension
Column name cof_NotAllowedExtension- See Also:
-
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
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
Set Extension. Extension allowed by attachment -
getcof_AllowedExtension
String getcof_AllowedExtension()Get Extension. Extension allowed by attachment -
setcof_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
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
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
- Throws:
RuntimeException
-