Package org.compiere.model
Interface I_C_OrderTax
-
- All Known Implementing Classes:
MOrderTax
,X_C_OrderTax
public interface I_C_OrderTax
Generated Interface for C_OrderTax- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_OrderTax_UU
Column name C_OrderTax_UUstatic String
COLUMNNAME_C_Tax_ID
Column name C_Tax_IDstatic String
COLUMNNAME_C_TaxProvider_ID
Column name C_TaxProvider_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsTaxIncluded
Column name IsTaxIncludedstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_TaxAmt
Column name TaxAmtstatic String
COLUMNNAME_TaxBaseAmt
Column name TaxBaseAmtstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=314static String
Table_Name
TableName=C_OrderTax
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.String
getC_OrderTax_UU()
Get C_OrderTax_UUI_C_Tax
getC_Tax()
int
getC_Tax_ID()
Get Tax.I_C_TaxProvider
getC_TaxProvider()
int
getC_TaxProvider_ID()
Get Tax ProviderTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getTaxAmt()
Get Tax Amount.BigDecimal
getTaxBaseAmt()
Get Tax base Amount.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isTaxIncluded()
Get Price includes Tax.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_OrderTax_UU(String C_OrderTax_UU)
Set C_OrderTax_UUvoid
setC_Tax_ID(int C_Tax_ID)
Set Tax.void
setC_TaxProvider_ID(int C_TaxProvider_ID)
Set Tax Providervoid
setIsActive(boolean IsActive)
Set Active.void
setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax.void
setProcessed(boolean Processed)
Set Processed.void
setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount.void
setTaxBaseAmt(BigDecimal TaxBaseAmt)
Set Tax base Amount.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_OrderTax- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=314- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Order_ID
static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_OrderTax_UU
static final String COLUMNNAME_C_OrderTax_UU
Column name C_OrderTax_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_Tax_ID
static final String COLUMNNAME_C_Tax_ID
Column name C_Tax_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_TaxProvider_ID
static final String COLUMNNAME_C_TaxProvider_ID
Column name C_TaxProvider_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsTaxIncluded
static final String COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_TaxAmt
static final String COLUMNNAME_TaxAmt
Column name TaxAmt- See Also:
- Constant Field Values
-
COLUMNNAME_TaxBaseAmt
static final String COLUMNNAME_TaxBaseAmt
Column name TaxBaseAmt- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setC_Order_ID
void setC_Order_ID(int C_Order_ID)
Set Order. Order
-
getC_Order_ID
int getC_Order_ID()
Get Order. Order
-
getC_Order
I_C_Order getC_Order() throws RuntimeException
- Throws:
RuntimeException
-
setC_OrderTax_UU
void setC_OrderTax_UU(String C_OrderTax_UU)
Set C_OrderTax_UU
-
getC_OrderTax_UU
String getC_OrderTax_UU()
Get C_OrderTax_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_Tax_ID
void setC_Tax_ID(int C_Tax_ID)
Set Tax. Tax identifier
-
getC_Tax_ID
int getC_Tax_ID()
Get Tax. Tax identifier
-
getC_Tax
I_C_Tax getC_Tax() throws RuntimeException
- Throws:
RuntimeException
-
setC_TaxProvider_ID
void setC_TaxProvider_ID(int C_TaxProvider_ID)
Set Tax Provider
-
getC_TaxProvider_ID
int getC_TaxProvider_ID()
Get Tax Provider
-
getC_TaxProvider
I_C_TaxProvider getC_TaxProvider() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setIsTaxIncluded
void setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. Tax is included in the price
-
isTaxIncluded
boolean isTaxIncluded()
Get Price includes Tax. Tax is included in the price
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setTaxAmt
void setTaxAmt(BigDecimal TaxAmt)
Set Tax Amount. Tax Amount for a document
-
getTaxAmt
BigDecimal getTaxAmt()
Get Tax Amount. Tax Amount for a document
-
setTaxBaseAmt
void setTaxBaseAmt(BigDecimal TaxBaseAmt)
Set Tax base Amount. Base for calculating the tax amount
-
getTaxBaseAmt
BigDecimal getTaxBaseAmt()
Get Tax base Amount. Base for calculating the tax amount
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-