Package org.eevolution.model
Interface I_C_TaxDefinition
-
- All Known Implementing Classes:
X_C_TaxDefinition
public interface I_C_TaxDefinition
Generated Interface for C_TaxDefinition- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_OrgType_ID
Column name AD_OrgType_IDstatic String
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Tax_ID
Column name C_Tax_IDstatic String
COLUMNNAME_C_TaxBase_ID
Column name C_TaxBase_IDstatic String
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_IDstatic String
COLUMNNAME_C_TaxDefinition_ID
Column name C_TaxDefinition_IDstatic String
COLUMNNAME_C_TaxDefinition_UU
Column name C_TaxDefinition_UUstatic String
COLUMNNAME_C_TaxGroup_ID
Column name C_TaxGroup_IDstatic String
COLUMNNAME_C_TaxType_ID
Column name C_TaxType_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsInvoiced
Column name IsInvoicedstatic String
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_MaxTaxable
Column name MaxTaxablestatic String
COLUMNNAME_MinTaxable
Column name MinTaxablestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ValidFrom
Column name ValidFromstatic String
COLUMNNAME_ValidTo
Column name ValidTostatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53067static String
Table_Name
TableName=C_TaxDefinition
-
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_OrgType
getAD_OrgType()
int
getAD_OrgType_ID()
Get Organization Type.I_C_BP_Group
getC_BP_Group()
int
getC_BP_Group_ID()
Get Business Partner Group.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Tax
getC_Tax()
int
getC_Tax_ID()
Get Tax.I_C_TaxBase
getC_TaxBase()
int
getC_TaxBase_ID()
Get Tax BaseI_C_TaxCategory
getC_TaxCategory()
int
getC_TaxCategory_ID()
Get Tax Category.int
getC_TaxDefinition_ID()
Get Tax DefinitionString
getC_TaxDefinition_UU()
Get C_TaxDefinition_UUI_C_TaxGroup
getC_TaxGroup()
int
getC_TaxGroup_ID()
Get Tax GroupI_C_TaxType
getC_TaxType()
int
getC_TaxType_ID()
Get Tax TypeTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.I_M_Product
getM_Product()
I_M_Product_Category
getM_Product_Category()
int
getM_Product_Category_ID()
Get Product Category.int
getM_Product_ID()
Get Product.int
getMaxTaxable()
Get Max Taxableint
getMinTaxable()
Get Min TaxableString
getName()
Get Name.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.Timestamp
getValidFrom()
Get Valid from.Timestamp
getValidTo()
Get Valid to.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isInvoiced()
Get Invoiced.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_OrgType_ID(int AD_OrgType_ID)
Set Organization Type.void
setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Tax_ID(int C_Tax_ID)
Set Tax.void
setC_TaxBase_ID(int C_TaxBase_ID)
Set Tax Basevoid
setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category.void
setC_TaxDefinition_ID(int C_TaxDefinition_ID)
Set Tax Definitionvoid
setC_TaxDefinition_UU(String C_TaxDefinition_UU)
Set C_TaxDefinition_UUvoid
setC_TaxGroup_ID(int C_TaxGroup_ID)
Set Tax Groupvoid
setC_TaxType_ID(int C_TaxType_ID)
Set Tax Typevoid
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setIsInvoiced(boolean IsInvoiced)
Set Invoiced.void
setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setMaxTaxable(int MaxTaxable)
Set Max Taxablevoid
setMinTaxable(int MinTaxable)
Set Min Taxablevoid
setName(String Name)
Set Name.void
setSeqNo(int SeqNo)
Set Sequence.void
setValidFrom(Timestamp ValidFrom)
Set Valid from.void
setValidTo(Timestamp ValidTo)
Set Valid to.void
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_TaxDefinition- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53067- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - 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_AD_OrgType_ID
static final String COLUMNNAME_AD_OrgType_ID
Column name AD_OrgType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BP_Group_ID
static final String COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_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_TaxBase_ID
static final String COLUMNNAME_C_TaxBase_ID
Column name C_TaxBase_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_TaxDefinition_ID
static final String COLUMNNAME_C_TaxDefinition_ID
Column name C_TaxDefinition_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_TaxDefinition_UU
static final String COLUMNNAME_C_TaxDefinition_UU
Column name C_TaxDefinition_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_TaxGroup_ID
static final String COLUMNNAME_C_TaxGroup_ID
Column name C_TaxGroup_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_TaxType_ID
static final String COLUMNNAME_C_TaxType_ID
Column name C_TaxType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsInvoiced
static final String COLUMNNAME_IsInvoiced
Column name IsInvoiced- See Also:
- Constant Field Values
-
COLUMNNAME_MaxTaxable
static final String COLUMNNAME_MaxTaxable
Column name MaxTaxable- See Also:
- Constant Field Values
-
COLUMNNAME_MinTaxable
static final String COLUMNNAME_MinTaxable
Column name MinTaxable- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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
-
COLUMNNAME_ValidTo
static final String COLUMNNAME_ValidTo
Column name ValidTo- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- 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_OrgType_ID
void setAD_OrgType_ID(int AD_OrgType_ID)
Set Organization Type. Organization Type
-
getAD_OrgType_ID
int getAD_OrgType_ID()
Get Organization Type. Organization Type
-
getAD_OrgType
I_AD_OrgType getAD_OrgType() throws RuntimeException
- Throws:
RuntimeException
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_BP_Group_ID
void setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group. Business Partner Group
-
getC_BP_Group_ID
int getC_BP_Group_ID()
Get Business Partner Group. Business Partner Group
-
getC_BP_Group
I_C_BP_Group getC_BP_Group() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_TaxBase_ID
void setC_TaxBase_ID(int C_TaxBase_ID)
Set Tax Base
-
getC_TaxBase_ID
int getC_TaxBase_ID()
Get Tax Base
-
getC_TaxBase
I_C_TaxBase getC_TaxBase() 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_TaxDefinition_ID
void setC_TaxDefinition_ID(int C_TaxDefinition_ID)
Set Tax Definition
-
getC_TaxDefinition_ID
int getC_TaxDefinition_ID()
Get Tax Definition
-
setC_TaxDefinition_UU
void setC_TaxDefinition_UU(String C_TaxDefinition_UU)
Set C_TaxDefinition_UU
-
getC_TaxDefinition_UU
String getC_TaxDefinition_UU()
Get C_TaxDefinition_UU
-
setC_TaxGroup_ID
void setC_TaxGroup_ID(int C_TaxGroup_ID)
Set Tax Group
-
getC_TaxGroup_ID
int getC_TaxGroup_ID()
Get Tax Group
-
getC_TaxGroup
I_C_TaxGroup getC_TaxGroup() 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
-
getC_Tax
I_C_Tax getC_Tax() throws RuntimeException
- Throws:
RuntimeException
-
setC_TaxType_ID
void setC_TaxType_ID(int C_TaxType_ID)
Set Tax Type
-
getC_TaxType_ID
int getC_TaxType_ID()
Get Tax Type
-
getC_TaxType
I_C_TaxType getC_TaxType() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setIsInvoiced
void setIsInvoiced(boolean IsInvoiced)
Set Invoiced. Is this invoiced?
-
isInvoiced
boolean isInvoiced()
Get Invoiced. Is this invoiced?
-
setMaxTaxable
void setMaxTaxable(int MaxTaxable)
Set Max Taxable
-
getMaxTaxable
int getMaxTaxable()
Get Max Taxable
-
setMinTaxable
void setMinTaxable(int MinTaxable)
Set Min Taxable
-
getMinTaxable
int getMinTaxable()
Get Min Taxable
-
setM_Product_Category_ID
void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product
-
getM_Product_Category_ID
int getM_Product_Category_ID()
Get Product Category. Category of a Product
-
getM_Product_Category
I_M_Product_Category getM_Product_Category() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
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)
-
setValidTo
void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)
-
getValidTo
Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-