|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_TaxDefinition
Generated Interface for C_TaxDefinition
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_AD_OrgType_ID
Column name AD_OrgType_ID |
static String |
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_ID |
static String |
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID |
static String |
COLUMNNAME_C_Tax_ID
Column name C_Tax_ID |
static String |
COLUMNNAME_C_TaxBase_ID
Column name C_TaxBase_ID |
static String |
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID |
static String |
COLUMNNAME_C_TaxDefinition_ID
Column name C_TaxDefinition_ID |
static String |
COLUMNNAME_C_TaxGroup_ID
Column name C_TaxGroup_ID |
static String |
COLUMNNAME_C_TaxType_ID
Column name C_TaxType_ID |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_IsInvoiced
Column name IsInvoiced |
static String |
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_MaxTaxable
Column name MaxTaxable |
static String |
COLUMNNAME_MinTaxable
Column name MinTaxable |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_SeqNo
Column name SeqNo |
static String |
COLUMNNAME_ValidFrom
Column name ValidFrom |
static String |
COLUMNNAME_ValidTo
Column name ValidTo |
static String |
COLUMNNAME_Value
Column name Value |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=53067 |
static String |
Table_Name
TableName=C_TaxDefinition |
| Method Summary | |
|---|---|
int |
getAD_OrgType_ID()
Get Organization Type. |
I_AD_OrgType |
getAD_OrgType()
|
int |
getC_BP_Group_ID()
Get Business Partner Group. |
I_C_BP_Group |
getC_BP_Group()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Tax_ID()
Get Tax. |
I_C_Tax |
getC_Tax()
|
int |
getC_TaxBase_ID()
Get C_TaxBase_ID |
I_C_TaxBase |
getC_TaxBase()
|
int |
getC_TaxCategory_ID()
Get Tax Category. |
I_C_TaxCategory |
getC_TaxCategory()
|
int |
getC_TaxDefinition_ID()
Get C_TaxDefinition_ID |
int |
getC_TaxGroup_ID()
Get Tax Group |
I_C_TaxGroup |
getC_TaxGroup()
|
int |
getC_TaxType_ID()
Get C_TaxType_ID |
I_C_TaxType |
getC_TaxType()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
int |
getM_Product_Category_ID()
Get Product Category. |
I_M_Product_Category |
getM_Product_Category()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getMaxTaxable()
Get MaxTaxable |
int |
getMinTaxable()
Get MinTaxable |
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
String |
getValue()
Get Search Key. |
boolean |
isInvoiced()
Get Invoiced. |
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 C_TaxBase_ID |
void |
setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. |
void |
setC_TaxDefinition_ID(int C_TaxDefinition_ID)
Set C_TaxDefinition_ID |
void |
setC_TaxGroup_ID(int C_TaxGroup_ID)
Set Tax Group |
void |
setC_TaxType_ID(int C_TaxType_ID)
Set C_TaxType_ID |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
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 MaxTaxable |
void |
setMinTaxable(int MinTaxable)
Set MinTaxable |
void |
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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_OrgType_ID
static final String COLUMNNAME_C_BP_Group_ID
static final String COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_TaxBase_ID
static final String COLUMNNAME_C_TaxCategory_ID
static final String COLUMNNAME_C_TaxDefinition_ID
static final String COLUMNNAME_C_TaxGroup_ID
static final String COLUMNNAME_C_TaxType_ID
static final String COLUMNNAME_C_Tax_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_Help
static final String COLUMNNAME_IsInvoiced
static final String COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_MaxTaxable
static final String COLUMNNAME_MinTaxable
static final String COLUMNNAME_Name
static final String COLUMNNAME_SeqNo
static final String COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidTo
static final String COLUMNNAME_Value
| Method Detail |
|---|
void setAD_OrgType_ID(int AD_OrgType_ID)
int getAD_OrgType_ID()
I_AD_OrgType getAD_OrgType()
throws Exception
Exceptionvoid setC_BP_Group_ID(int C_BP_Group_ID)
int getC_BP_Group_ID()
I_C_BP_Group getC_BP_Group()
throws Exception
Exceptionvoid setC_BPartner_ID(int C_BPartner_ID)
int getC_BPartner_ID()
I_C_BPartner getC_BPartner()
throws Exception
Exceptionvoid setC_TaxBase_ID(int C_TaxBase_ID)
int getC_TaxBase_ID()
I_C_TaxBase getC_TaxBase()
throws Exception
Exceptionvoid setC_TaxCategory_ID(int C_TaxCategory_ID)
int getC_TaxCategory_ID()
I_C_TaxCategory getC_TaxCategory()
throws Exception
Exceptionvoid setC_TaxDefinition_ID(int C_TaxDefinition_ID)
int getC_TaxDefinition_ID()
void setC_TaxGroup_ID(int C_TaxGroup_ID)
int getC_TaxGroup_ID()
I_C_TaxGroup getC_TaxGroup()
throws Exception
Exceptionvoid setC_TaxType_ID(int C_TaxType_ID)
int getC_TaxType_ID()
I_C_TaxType getC_TaxType()
throws Exception
Exceptionvoid setC_Tax_ID(int C_Tax_ID)
int getC_Tax_ID()
I_C_Tax getC_Tax()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setHelp(String Help)
String getHelp()
void setIsInvoiced(boolean IsInvoiced)
boolean isInvoiced()
void setM_Product_Category_ID(int M_Product_Category_ID)
int getM_Product_Category_ID()
I_M_Product_Category getM_Product_Category()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setMaxTaxable(int MaxTaxable)
int getMaxTaxable()
void setMinTaxable(int MinTaxable)
int getMinTaxable()
void setName(String Name)
String getName()
void setSeqNo(int SeqNo)
int getSeqNo()
void setValidFrom(Timestamp ValidFrom)
Timestamp getValidFrom()
void setValidTo(Timestamp ValidTo)
Timestamp getValidTo()
void setValue(String Value)
String getValue()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||