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
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Region_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name lbr_NFeEnvstatic final String
Column name lbr_NFeTpEmistatic final String
Column name LBR_NFeWebService_IDstatic final String
Column name LBR_NFeWebService_UUstatic final String
Column name lbr_NFModelstatic final String
Column name Namestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name URLstatic final String
Column name VersionNostatic final KeyNamePair
static final int
AD_Table_ID=1120000static final String
TableName=LBR_NFeWebService -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Region.Get Created.int
Get Created By.Get NFe EnvironmentGet Tipo de Emissão NFeint
Get WebService NFe.Get LBR_NFeWebService_UUGet NF Model.getName()
Get Name.Get Updated.int
Get Updated By.getURL()
Get URL.Get Version No.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Region_ID
(int C_Region_ID) Set Region.void
setIsActive
(boolean IsActive) Set Active.void
setlbr_NFeEnv
(String lbr_NFeEnv) Set NFe Environmentvoid
setlbr_NFeTpEmi
(String lbr_NFeTpEmi) Set Tipo de Emissão NFevoid
setLBR_NFeWebService_ID
(int LBR_NFeWebService_ID) Set WebService NFe.void
setLBR_NFeWebService_UU
(String LBR_NFeWebService_UU) Set LBR_NFeWebService_UUvoid
setlbr_NFModel
(String lbr_NFModel) Set NF Model.void
Set Name.void
Set URL.void
setVersionNo
(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
-