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
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name cof_CFOPApplicationstatic final StringColumn name cof_Classificationstatic final StringColumn name COF_EstoquePrevistostatic final StringColumn name cof_Movementstatic final StringColumn name cof_NatOpResumidastatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name LBR_CFOP_IDstatic final StringColumn name LBR_CFOP_UUstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Valuestatic final KeyNamePairstatic final intAD_Table_ID=1000010static final StringTableName=LBR_CFOP -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Application/UseGet Tipo de Classificação.Get Tipo de Movimento.Get Natureza da Operação Resumida.Get Created.intGet Created By.Get Description.intGet CFOP.Get LBR_CFOP_UUGet Updated.intGet Updated By.getValue()Get Search Key.booleanisActive()Get Active.booleanGet Estoque PrevistovoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetcof_CFOPApplication(String cof_CFOPApplication) Set Application/Usevoidsetcof_Classification(String cof_Classification) Set Tipo de Classificação.voidsetCOF_EstoquePrevisto(boolean COF_EstoquePrevisto) Set Estoque Previstovoidsetcof_Movement(String cof_Movement) Set Tipo de Movimento.voidsetcof_NatOpResumida(String cof_NatOpResumida) Set Natureza da Operação Resumida.voidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetLBR_CFOP_ID(int LBR_CFOP_ID) Set CFOP.voidsetLBR_CFOP_UU(String LBR_CFOP_UU) Set LBR_CFOP_UUvoidSet 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
-