|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.eevolution.model.X_C_TaxDefinition
public class X_C_TaxDefinition
Generated Model for C_TaxDefinition
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_TaxDefinition(Properties ctx,
int C_TaxDefinition_ID,
String trxName)
Standard Constructor |
|
X_C_TaxDefinition(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_TaxDefinition(Properties ctx,
int C_TaxDefinition_ID,
String trxName)
public X_C_TaxDefinition(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_OrgType getAD_OrgType()
throws Exception
getAD_OrgType in interface I_C_TaxDefinitionExceptionpublic void setAD_OrgType_ID(int AD_OrgType_ID)
setAD_OrgType_ID in interface I_C_TaxDefinitionAD_OrgType_ID - Organization Type allows you to categorize your organizationspublic int getAD_OrgType_ID()
getAD_OrgType_ID in interface I_C_TaxDefinition
public I_C_BP_Group getC_BP_Group()
throws Exception
getC_BP_Group in interface I_C_TaxDefinitionExceptionpublic void setC_BP_Group_ID(int C_BP_Group_ID)
setC_BP_Group_ID in interface I_C_TaxDefinitionC_BP_Group_ID - Business Partner Grouppublic int getC_BP_Group_ID()
getC_BP_Group_ID in interface I_C_TaxDefinition
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_TaxDefinitionExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_TaxDefinitionC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_TaxDefinition
public I_C_TaxBase getC_TaxBase()
throws Exception
getC_TaxBase in interface I_C_TaxDefinitionExceptionpublic void setC_TaxBase_ID(int C_TaxBase_ID)
setC_TaxBase_ID in interface I_C_TaxDefinitionC_TaxBase_ID - C_TaxBase_IDpublic int getC_TaxBase_ID()
getC_TaxBase_ID in interface I_C_TaxDefinition
public I_C_TaxCategory getC_TaxCategory()
throws Exception
getC_TaxCategory in interface I_C_TaxDefinitionExceptionpublic void setC_TaxCategory_ID(int C_TaxCategory_ID)
setC_TaxCategory_ID in interface I_C_TaxDefinitionC_TaxCategory_ID - Tax Categorypublic int getC_TaxCategory_ID()
getC_TaxCategory_ID in interface I_C_TaxDefinitionpublic void setC_TaxDefinition_ID(int C_TaxDefinition_ID)
setC_TaxDefinition_ID in interface I_C_TaxDefinitionC_TaxDefinition_ID - C_TaxDefinition_IDpublic int getC_TaxDefinition_ID()
getC_TaxDefinition_ID in interface I_C_TaxDefinition
public I_C_TaxGroup getC_TaxGroup()
throws Exception
getC_TaxGroup in interface I_C_TaxDefinitionExceptionpublic void setC_TaxGroup_ID(int C_TaxGroup_ID)
setC_TaxGroup_ID in interface I_C_TaxDefinitionC_TaxGroup_ID - Tax Grouppublic int getC_TaxGroup_ID()
getC_TaxGroup_ID in interface I_C_TaxDefinition
public I_C_TaxType getC_TaxType()
throws Exception
getC_TaxType in interface I_C_TaxDefinitionExceptionpublic void setC_TaxType_ID(int C_TaxType_ID)
setC_TaxType_ID in interface I_C_TaxDefinitionC_TaxType_ID - C_TaxType_IDpublic int getC_TaxType_ID()
getC_TaxType_ID in interface I_C_TaxDefinition
public I_C_Tax getC_Tax()
throws Exception
getC_Tax in interface I_C_TaxDefinitionExceptionpublic void setC_Tax_ID(int C_Tax_ID)
setC_Tax_ID in interface I_C_TaxDefinitionC_Tax_ID - Tax identifierpublic int getC_Tax_ID()
getC_Tax_ID in interface I_C_TaxDefinitionpublic void setDescription(String Description)
setDescription in interface I_C_TaxDefinitionDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_TaxDefinitionpublic void setHelp(String Help)
setHelp in interface I_C_TaxDefinitionHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_C_TaxDefinitionpublic void setIsInvoiced(boolean IsInvoiced)
setIsInvoiced in interface I_C_TaxDefinitionIsInvoiced - Is this invoiced?public boolean isInvoiced()
isInvoiced in interface I_C_TaxDefinition
public I_M_Product_Category getM_Product_Category()
throws Exception
getM_Product_Category in interface I_C_TaxDefinitionExceptionpublic void setM_Product_Category_ID(int M_Product_Category_ID)
setM_Product_Category_ID in interface I_C_TaxDefinitionM_Product_Category_ID - Category of a Productpublic int getM_Product_Category_ID()
getM_Product_Category_ID in interface I_C_TaxDefinition
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_C_TaxDefinitionExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_C_TaxDefinitionM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_C_TaxDefinitionpublic void setMaxTaxable(int MaxTaxable)
setMaxTaxable in interface I_C_TaxDefinitionMaxTaxable - MaxTaxablepublic int getMaxTaxable()
getMaxTaxable in interface I_C_TaxDefinitionpublic void setMinTaxable(int MinTaxable)
setMinTaxable in interface I_C_TaxDefinitionMinTaxable - MinTaxablepublic int getMinTaxable()
getMinTaxable in interface I_C_TaxDefinitionpublic void setName(String Name)
setName in interface I_C_TaxDefinitionName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_TaxDefinitionpublic KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
setSeqNo in interface I_C_TaxDefinitionSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_C_TaxDefinitionpublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_C_TaxDefinitionValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_C_TaxDefinitionpublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_C_TaxDefinitionValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_C_TaxDefinitionpublic void setValue(String Value)
setValue in interface I_C_TaxDefinitionValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_C_TaxDefinition
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||