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
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name cof_AllowedExtensionstatic final StringColumn name COF_ConfAttachment_IDstatic final StringColumn name COF_ConfAttachment_UUstatic final StringColumn name cof_DeleteLogicstatic final StringColumn name cof_MaxAttachmentSizestatic final StringColumn name cof_NotAllowedExtensionstatic final StringColumn name cof_TableAttachment_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name IsDeleteablestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1500020static final StringTableName=COF_ConfAttachment -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Extension.intGet Configuração de Anexo.Get COF_ConfAttachment_UUGet Lógica para Exclusão.Get Max Attachment Size (kb).Get Extension not permitted.intGet Table Attachment.Get Created.intGet Created By.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Records deletable.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetcof_AllowedExtension(String cof_AllowedExtension) Set Extension.voidsetCOF_ConfAttachment_ID(int COF_ConfAttachment_ID) Set Configuração de Anexo.voidsetCOF_ConfAttachment_UU(String COF_ConfAttachment_UU) Set COF_ConfAttachment_UUvoidsetcof_DeleteLogic(String cof_DeleteLogic) Set Lógica para Exclusão.voidsetcof_MaxAttachmentSize(BigDecimal cof_MaxAttachmentSize) Set Max Attachment Size (kb).voidsetcof_NotAllowedExtension(String cof_NotAllowedExtension) Set Extension not permitted.voidsetcof_TableAttachment_ID(int cof_TableAttachment_ID) Set Table Attachment.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDeleteable(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
-