Package org.brerp.sped.nfe.model
Interface I_LBR_NFeWebService
- All Known Implementing Classes:
MLBRNFeWebService,X_LBR_NFeWebService
public interface I_LBR_NFeWebService
Generated Interface for LBR_NFeWebService
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 4 - Systemstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Region_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name lbr_NFeEnvstatic final StringColumn name lbr_NFeTpEmistatic final StringColumn name LBR_NFeWebService_IDstatic final StringColumn name LBR_NFeWebService_UUstatic final StringColumn name lbr_NFModelstatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name URLstatic final StringColumn name VersionNostatic final KeyNamePairstatic final intAD_Table_ID=1120000static final StringTableName=LBR_NFeWebService -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Region.Get Created.intGet Created By.Get NFe EnvironmentGet Tipo de Emissão NFeintGet WebService NFe.Get LBR_NFeWebService_UUGet NF Model.getName()Get Name.Get Updated.intGet Updated By.getURL()Get URL.Get Version No.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Region_ID(int C_Region_ID) Set Region.voidsetIsActive(boolean IsActive) Set Active.voidsetlbr_NFeEnv(String lbr_NFeEnv) Set NFe Environmentvoidsetlbr_NFeTpEmi(String lbr_NFeTpEmi) Set Tipo de Emissão NFevoidsetLBR_NFeWebService_ID(int LBR_NFeWebService_ID) Set WebService NFe.voidsetLBR_NFeWebService_UU(String LBR_NFeWebService_UU) Set LBR_NFeWebService_UUvoidsetlbr_NFModel(String lbr_NFModel) Set NF Model.voidSet Name.voidSet URL.voidsetVersionNo(String VersionNo) Set Version No.
-
Field Details
-
Table_Name
TableName=LBR_NFeWebService- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1120000 -
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_LBR_NFeWebService_ID
Column name LBR_NFeWebService_ID- See Also:
-
COLUMNNAME_LBR_NFeWebService_UU
Column name LBR_NFeWebService_UU- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_URL
Column name URL- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_VersionNo
Column name VersionNo- See Also:
-
COLUMNNAME_lbr_NFModel
Column name lbr_NFModel- See Also:
-
COLUMNNAME_lbr_NFeEnv
Column name lbr_NFeEnv- See Also:
-
COLUMNNAME_lbr_NFeTpEmi
Column name lbr_NFeTpEmi- 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 -
setC_Region_ID
void setC_Region_ID(int C_Region_ID) Set Region. Identifies a geographical Region -
getC_Region_ID
int getC_Region_ID()Get Region. Identifies a geographical Region -
getC_Region
- Throws:
RuntimeException
-
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 -
setLBR_NFeWebService_ID
void setLBR_NFeWebService_ID(int LBR_NFeWebService_ID) Set WebService NFe. Defines the WebService NFe -
getLBR_NFeWebService_ID
int getLBR_NFeWebService_ID()Get WebService NFe. Defines the WebService NFe -
setLBR_NFeWebService_UU
Set LBR_NFeWebService_UU -
getLBR_NFeWebService_UU
String getLBR_NFeWebService_UU()Get LBR_NFeWebService_UU -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setURL
Set URL. Full URL address - e.g. http://www.idempiere.org -
getURL
String getURL()Get URL. Full URL address - e.g. http://www.idempiere.org -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setVersionNo
Set Version No. Version Number -
getVersionNo
String getVersionNo()Get Version No. Version Number -
setlbr_NFModel
Set NF Model. Identifies the model of Nota Fiscal -
getlbr_NFModel
String getlbr_NFModel()Get NF Model. Identifies the model of Nota Fiscal -
setlbr_NFeEnv
Set NFe Environment -
getlbr_NFeEnv
String getlbr_NFeEnv()Get NFe Environment -
setlbr_NFeTpEmi
Set Tipo de Emissão NFe -
getlbr_NFeTpEmi
String getlbr_NFeTpEmi()Get Tipo de Emissão NFe
-