Package org.compiere.model
Interface I_C_Tax
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Rule_ID
Column name AD_Rule_IDstatic String
COLUMNNAME_C_Country_ID
Column name C_Country_IDstatic String
COLUMNNAME_C_CountryGroupFrom_ID
Column name C_CountryGroupFrom_IDstatic String
COLUMNNAME_C_CountryGroupTo_ID
Column name C_CountryGroupTo_IDstatic String
COLUMNNAME_C_Region_ID
Column name C_Region_IDstatic String
COLUMNNAME_C_Tax_ID
Column name C_Tax_IDstatic String
COLUMNNAME_C_Tax_UU
Column name C_Tax_UUstatic String
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_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_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_IsDocumentLevel
Column name IsDocumentLevelstatic String
COLUMNNAME_IsSalesTax
Column name IsSalesTaxstatic String
COLUMNNAME_IsSummary
Column name IsSummarystatic String
COLUMNNAME_IsTaxExempt
Column name IsTaxExemptstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Parent_Tax_ID
Column name Parent_Tax_IDstatic String
COLUMNNAME_Rate
Column name Ratestatic String
COLUMNNAME_RequiresTaxCertificate
Column name RequiresTaxCertificatestatic String
COLUMNNAME_SOPOType
Column name SOPOTypestatic String
COLUMNNAME_TaxIndicator
Column name TaxIndicatorstatic String
COLUMNNAME_To_Country_ID
Column name To_Country_IDstatic String
COLUMNNAME_To_Region_ID
Column name To_Region_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ValidFrom
Column name ValidFromstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=261static String
Table_Name
TableName=C_Tax
-
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_AD_Rule
getAD_Rule()
int
getAD_Rule_ID()
Get Ruleint
getC_Country_ID()
Get Country.I_C_CountryGroup
getC_CountryGroupFrom()
int
getC_CountryGroupFrom_ID()
Get Country Group FromI_C_CountryGroup
getC_CountryGroupTo()
int
getC_CountryGroupTo_ID()
Get Country Group ToI_C_Region
getC_Region()
int
getC_Region_ID()
Get Region.int
getC_Tax_ID()
Get Tax.String
getC_Tax_UU()
Get C_Tax_UUI_C_TaxCategory
getC_TaxCategory()
int
getC_TaxCategory_ID()
Get Tax Category.I_C_TaxProvider
getC_TaxProvider()
int
getC_TaxProvider_ID()
Get Tax ProviderTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getName()
Get Name.I_C_Tax
getParent_Tax()
int
getParent_Tax_ID()
Get Parent Tax.BigDecimal
getRate()
Get Rate.String
getSOPOType()
Get SO/PO Type.String
getTaxIndicator()
Get Tax Indicator.int
getTo_Country_ID()
Get To.I_C_Region
getTo_Region()
int
getTo_Region_ID()
Get To.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.Timestamp
getValidFrom()
Get Valid from.boolean
isActive()
Get Active.boolean
isDefault()
Get Default.boolean
isDocumentLevel()
Get Document Level.boolean
isRequiresTaxCertificate()
Get Requires Tax Certificate.boolean
isSalesTax()
Get Sales Tax.boolean
isSummary()
Get Summary Level.boolean
isTaxExempt()
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
setName(String Name)
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
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 Detail
-
Table_Name
static final String Table_Name
TableName=C_Tax- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=261- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
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_AD_Rule_ID
static final String COLUMNNAME_AD_Rule_ID
Column name AD_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CountryGroupFrom_ID
static final String COLUMNNAME_C_CountryGroupFrom_ID
Column name C_CountryGroupFrom_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CountryGroupTo_ID
static final String COLUMNNAME_C_CountryGroupTo_ID
Column name C_CountryGroupTo_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Country_ID
static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID- 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_Region_ID
static final String COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_TaxCategory_ID
static final String COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID- 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_C_Tax_UU
static final String COLUMNNAME_C_Tax_UU
Column name C_Tax_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsDocumentLevel
static final String COLUMNNAME_IsDocumentLevel
Column name IsDocumentLevel- See Also:
- Constant Field Values
-
COLUMNNAME_IsSalesTax
static final String COLUMNNAME_IsSalesTax
Column name IsSalesTax- See Also:
- Constant Field Values
-
COLUMNNAME_IsSummary
static final String COLUMNNAME_IsSummary
Column name IsSummary- See Also:
- Constant Field Values
-
COLUMNNAME_IsTaxExempt
static final String COLUMNNAME_IsTaxExempt
Column name IsTaxExempt- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Parent_Tax_ID
static final String COLUMNNAME_Parent_Tax_ID
Column name Parent_Tax_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Rate
static final String COLUMNNAME_Rate
Column name Rate- See Also:
- Constant Field Values
-
COLUMNNAME_RequiresTaxCertificate
static final String COLUMNNAME_RequiresTaxCertificate
Column name RequiresTaxCertificate- See Also:
- Constant Field Values
-
COLUMNNAME_SOPOType
static final String COLUMNNAME_SOPOType
Column name SOPOType- See Also:
- Constant Field Values
-
COLUMNNAME_TaxIndicator
static final String COLUMNNAME_TaxIndicator
Column name TaxIndicator- See Also:
- Constant Field Values
-
COLUMNNAME_To_Country_ID
static final String COLUMNNAME_To_Country_ID
Column name To_Country_ID- See Also:
- Constant Field Values
-
COLUMNNAME_To_Region_ID
static final String COLUMNNAME_To_Region_ID
Column name To_Region_ID- 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
-
COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- 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
-
setAD_Rule_ID
void setAD_Rule_ID(int AD_Rule_ID)
Set Rule
-
getAD_Rule_ID
int getAD_Rule_ID()
Get Rule
-
getAD_Rule
I_AD_Rule getAD_Rule() throws RuntimeException
- 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
I_C_CountryGroup getC_CountryGroupFrom() throws RuntimeException
- 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
I_C_CountryGroup getC_CountryGroupTo() throws RuntimeException
- 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
I_C_Region getC_Region() throws RuntimeException
- 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
I_C_TaxCategory getC_TaxCategory() throws RuntimeException
- 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
I_C_TaxProvider getC_TaxProvider() throws RuntimeException
- Throws:
RuntimeException
-
setC_Tax_UU
void setC_Tax_UU(String C_Tax_UU)
Set C_Tax_UU
-
getC_Tax_UU
String getC_Tax_UU()
Get C_Tax_UU
-
setDescription
void setDescription(String Description)
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
void setName(String Name)
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
I_C_Tax getParent_Tax() throws RuntimeException
- Throws:
RuntimeException
-
setRate
void setRate(BigDecimal Rate)
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
void setSOPOType(String SOPOType)
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
void setTaxIndicator(String TaxIndicator)
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
-
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
I_C_Region getTo_Region() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
-