Package org.brerp.base.model
Interface I_LBR_CFOP
- All Known Implementing Classes:
MLBRCFOP
,X_LBR_CFOP
public interface I_LBR_CFOP
Generated Interface for LBR_CFOP
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name cof_CFOPApplicationstatic final String
Column name cof_Classificationstatic final String
Column name COF_EstoquePrevistostatic final String
Column name cof_Movementstatic final String
Column name cof_NatOpResumidastatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name LBR_CFOP_IDstatic final String
Column name LBR_CFOP_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=1000010static final String
TableName=LBR_CFOP -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Application/UseGet Tipo de Classificação.Get Tipo de Movimento.Get Natureza da Operação Resumida.Get Created.int
Get Created By.Get Description.int
Get CFOP.Get LBR_CFOP_UUGet Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Estoque Previstovoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setcof_CFOPApplication
(String cof_CFOPApplication) Set Application/Usevoid
setcof_Classification
(String cof_Classification) Set Tipo de Classificação.void
setCOF_EstoquePrevisto
(boolean COF_EstoquePrevisto) Set Estoque Previstovoid
setcof_Movement
(String cof_Movement) Set Tipo de Movimento.void
setcof_NatOpResumida
(String cof_NatOpResumida) Set Natureza da Operação Resumida.void
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setLBR_CFOP_ID
(int LBR_CFOP_ID) Set CFOP.void
setLBR_CFOP_UU
(String LBR_CFOP_UU) Set LBR_CFOP_UUvoid
Set Search Key.
-
Field Details
-
Table_Name
TableName=LBR_CFOP- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1000010 -
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_COF_EstoquePrevisto
Column name COF_EstoquePrevisto- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_LBR_CFOP_ID
Column name LBR_CFOP_ID- See Also:
-
COLUMNNAME_LBR_CFOP_UU
Column name LBR_CFOP_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
COLUMNNAME_cof_CFOPApplication
Column name cof_CFOPApplication- See Also:
-
COLUMNNAME_cof_Classification
Column name cof_Classification- See Also:
-
COLUMNNAME_cof_Movement
Column name cof_Movement- See Also:
-
COLUMNNAME_cof_NatOpResumida
Column name cof_NatOpResumida- 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_EstoquePrevisto
void setCOF_EstoquePrevisto(boolean COF_EstoquePrevisto) Set Estoque Previsto -
isCOF_EstoquePrevisto
boolean isCOF_EstoquePrevisto()Get Estoque Previsto -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setLBR_CFOP_ID
void setLBR_CFOP_ID(int LBR_CFOP_ID) Set CFOP. Primary key table LBR_CFOP -
getLBR_CFOP_ID
int getLBR_CFOP_ID()Get CFOP. Primary key table LBR_CFOP -
setLBR_CFOP_UU
Set LBR_CFOP_UU -
getLBR_CFOP_UU
String getLBR_CFOP_UU()Get LBR_CFOP_UU -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique -
setcof_CFOPApplication
Set Application/Use -
getcof_CFOPApplication
String getcof_CFOPApplication()Get Application/Use -
setcof_Classification
Set Tipo de Classificação. Lista para Tipo de Classificação de CFOP -
getcof_Classification
String getcof_Classification()Get Tipo de Classificação. Lista para Tipo de Classificação de CFOP -
setcof_Movement
Set Tipo de Movimento. Lista de Tipo de Movimento de CFOP -
getcof_Movement
String getcof_Movement()Get Tipo de Movimento. Lista de Tipo de Movimento de CFOP -
setcof_NatOpResumida
Set Natureza da Operação Resumida. Utilizada na emissão de NFe com mais de um CFOP -
getcof_NatOpResumida
String getcof_NatOpResumida()Get Natureza da Operação Resumida. Utilizada na emissão de NFe com mais de um CFOP
-