Package org.compiere.model
Interface I_C_Tax
public interface I_C_Tax
Generated Interface for C_Tax
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Rule_IDstatic final String
Column name C_Country_IDstatic final String
Column name C_CountryGroupFrom_IDstatic final String
Column name C_CountryGroupTo_IDstatic final String
Column name C_Region_IDstatic final String
Column name C_Tax_IDstatic final String
Column name C_Tax_UUstatic final String
Column name C_TaxCategory_IDstatic final String
Column name C_TaxProvider_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name IsDocumentLevelstatic final String
Column name IsSalesTaxstatic final String
Column name IsSummarystatic final String
Column name IsTaxExemptstatic final String
Column name Namestatic final String
Column name Parent_Tax_IDstatic final String
Column name Ratestatic final String
Column name RequiresTaxCertificatestatic final String
Column name SOPOTypestatic final String
Column name TaxIndicatorstatic final String
Column name TaxPostingIndicatorstatic final String
Column name To_Country_IDstatic final String
Column name To_Region_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final KeyNamePair
static final int
AD_Table_ID=261static final String
TableName=C_Tax -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Ruleint
Get Country.int
Get Country Group Fromint
Get Country Group Toint
Get Region.int
Get Tax.Get C_Tax_UUint
Get Tax Category.int
Get Tax ProviderGet Created.int
Get Created By.Get Description.getName()
Get Name.int
Get Parent Tax.getRate()
Get Rate.Get SO/PO Type.Get Tax Indicator.Get Posting Indicator.int
Get To.int
Get To.Get Updated.int
Get Updated By.Get Valid from.boolean
isActive()
Get Active.boolean
Get Default.boolean
Get Document Level.boolean
Get Requires Tax Certificate.boolean
Get Sales Tax.boolean
Get Summary Level.boolean
Get SO Tax exempt.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Rule_ID
(int AD_Rule_ID) Set Rulevoid
setC_Country_ID
(int C_Country_ID) Set Country.void
setC_CountryGroupFrom_ID
(int C_CountryGroupFrom_ID) Set Country Group Fromvoid
setC_CountryGroupTo_ID
(int C_CountryGroupTo_ID) Set Country Group Tovoid
setC_Region_ID
(int C_Region_ID) Set Region.void
setC_Tax_ID
(int C_Tax_ID) Set Tax.void
setC_Tax_UU
(String C_Tax_UU) Set C_Tax_UUvoid
setC_TaxCategory_ID
(int C_TaxCategory_ID) Set Tax Category.void
setC_TaxProvider_ID
(int C_TaxProvider_ID) Set Tax Providervoid
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
setIsDocumentLevel
(boolean IsDocumentLevel) Set Document Level.void
setIsSalesTax
(boolean IsSalesTax) Set Sales Tax.void
setIsSummary
(boolean IsSummary) Set Summary Level.void
setIsTaxExempt
(boolean IsTaxExempt) Set SO Tax exempt.void
Set Name.void
setParent_Tax_ID
(int Parent_Tax_ID) Set Parent Tax.void
setRate
(BigDecimal Rate) Set Rate.void
setRequiresTaxCertificate
(boolean RequiresTaxCertificate) Set Requires Tax Certificate.void
setSOPOType
(String SOPOType) Set SO/PO Type.void
setTaxIndicator
(String TaxIndicator) Set Tax Indicator.void
setTaxPostingIndicator
(String TaxPostingIndicator) Set Posting Indicator.void
setTo_Country_ID
(int To_Country_ID) Set To.void
setTo_Region_ID
(int To_Region_ID) Set To.void
setValidFrom
(Timestamp ValidFrom) Set Valid from.
-
Field Details
-
Table_Name
TableName=C_Tax- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=261- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Rule_ID
Column name AD_Rule_ID- See Also:
-
COLUMNNAME_C_CountryGroupFrom_ID
Column name C_CountryGroupFrom_ID- See Also:
-
COLUMNNAME_C_CountryGroupTo_ID
Column name C_CountryGroupTo_ID- See Also:
-
COLUMNNAME_C_Country_ID
Column name C_Country_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
-
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_C_Tax_ID
Column name C_Tax_ID- See Also:
-
COLUMNNAME_C_TaxProvider_ID
Column name C_TaxProvider_ID- See Also:
-
COLUMNNAME_C_Tax_UU
Column name C_Tax_UU- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsDocumentLevel
Column name IsDocumentLevel- See Also:
-
COLUMNNAME_IsSalesTax
Column name IsSalesTax- See Also:
-
COLUMNNAME_IsSummary
Column name IsSummary- See Also:
-
COLUMNNAME_IsTaxExempt
Column name IsTaxExempt- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Parent_Tax_ID
Column name Parent_Tax_ID- See Also:
-
COLUMNNAME_Rate
Column name Rate- See Also:
-
COLUMNNAME_RequiresTaxCertificate
Column name RequiresTaxCertificate- See Also:
-
COLUMNNAME_SOPOType
Column name SOPOType- See Also:
-
COLUMNNAME_TaxIndicator
Column name TaxIndicator- See Also:
-
COLUMNNAME_TaxPostingIndicator
Column name TaxPostingIndicator- See Also:
-
COLUMNNAME_To_Country_ID
Column name To_Country_ID- See Also:
-
COLUMNNAME_To_Region_ID
Column name To_Region_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- 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 -
setAD_Rule_ID
void setAD_Rule_ID(int AD_Rule_ID) Set Rule -
getAD_Rule_ID
int getAD_Rule_ID()Get Rule -
getAD_Rule
- Throws:
RuntimeException
-
setC_CountryGroupFrom_ID
void setC_CountryGroupFrom_ID(int C_CountryGroupFrom_ID) Set Country Group From -
getC_CountryGroupFrom_ID
int getC_CountryGroupFrom_ID()Get Country Group From -
getC_CountryGroupFrom
- Throws:
RuntimeException
-
setC_CountryGroupTo_ID
void setC_CountryGroupTo_ID(int C_CountryGroupTo_ID) Set Country Group To -
getC_CountryGroupTo_ID
int getC_CountryGroupTo_ID()Get Country Group To -
getC_CountryGroupTo
- Throws:
RuntimeException
-
setC_Country_ID
void setC_Country_ID(int C_Country_ID) Set Country. Country -
getC_Country_ID
int getC_Country_ID()Get Country. Country -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
-
setC_TaxCategory_ID
void setC_TaxCategory_ID(int C_TaxCategory_ID) Set Tax Category. Tax Category -
getC_TaxCategory_ID
int getC_TaxCategory_ID()Get Tax Category. Tax Category -
getC_TaxCategory
- Throws:
RuntimeException
-
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 -
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
- Throws:
RuntimeException
-
setC_Tax_UU
Set C_Tax_UU -
getC_Tax_UU
String getC_Tax_UU()Get C_Tax_UU -
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 -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setIsDocumentLevel
void setIsDocumentLevel(boolean IsDocumentLevel) Set Document Level. Tax is calculated on document level (rather than line by line) -
isDocumentLevel
boolean isDocumentLevel()Get Document Level. Tax is calculated on document level (rather than line by line) -
setIsSalesTax
void setIsSalesTax(boolean IsSalesTax) Set Sales Tax. This is a sales tax (i.e. not a value added tax) -
isSalesTax
boolean isSalesTax()Get Sales Tax. This is a sales tax (i.e. not a value added tax) -
setIsSummary
void setIsSummary(boolean IsSummary) Set Summary Level. This is a summary entity -
isSummary
boolean isSummary()Get Summary Level. This is a summary entity -
setIsTaxExempt
void setIsTaxExempt(boolean IsTaxExempt) Set SO Tax exempt. Business partner is exempt from tax on sales -
isTaxExempt
boolean isTaxExempt()Get SO Tax exempt. Business partner is exempt from tax on sales -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setParent_Tax_ID
void setParent_Tax_ID(int Parent_Tax_ID) Set Parent Tax. Parent Tax indicates a tax that is made up of multiple taxes -
getParent_Tax_ID
int getParent_Tax_ID()Get Parent Tax. Parent Tax indicates a tax that is made up of multiple taxes -
getParent_Tax
- Throws:
RuntimeException
-
setRate
Set Rate. Rate or Tax or Exchange -
getRate
BigDecimal getRate()Get Rate. Rate or Tax or Exchange -
setRequiresTaxCertificate
void setRequiresTaxCertificate(boolean RequiresTaxCertificate) Set Requires Tax Certificate. This tax rate requires the Business Partner to be tax exempt -
isRequiresTaxCertificate
boolean isRequiresTaxCertificate()Get Requires Tax Certificate. This tax rate requires the Business Partner to be tax exempt -
setSOPOType
Set SO/PO Type. Sales Tax applies to sales situations, Purchase Tax to purchase situations -
getSOPOType
String getSOPOType()Get SO/PO Type. Sales Tax applies to sales situations, Purchase Tax to purchase situations -
setTaxIndicator
Set Tax Indicator. Short form for Tax to be printed on documents -
getTaxIndicator
String getTaxIndicator()Get Tax Indicator. Short form for Tax to be printed on documents -
setTaxPostingIndicator
Set Posting Indicator. Type of input tax (deductible and non deductible) -
getTaxPostingIndicator
String getTaxPostingIndicator()Get Posting Indicator. Type of input tax (deductible and non deductible) -
setTo_Country_ID
void setTo_Country_ID(int To_Country_ID) Set To. Receiving Country -
getTo_Country_ID
int getTo_Country_ID()Get To. Receiving Country -
setTo_Region_ID
void setTo_Region_ID(int To_Region_ID) Set To. Receiving Region -
getTo_Region_ID
int getTo_Region_ID()Get To. Receiving Region -
getTo_Region
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValidFrom
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day)
-