public class Taxcode extends Object implements Serializable
| Constructor and Description |
|---|
Taxcode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
String |
getGoodsTaxNo()
This method was generated by MyBatis Generator.
|
Integer |
getId()
This method was generated by MyBatis Generator.
|
String |
getItemName()
This method was generated by MyBatis Generator.
|
String |
getTaxPre()
This method was generated by MyBatis Generator.
|
String |
getTaxPreCon()
This method was generated by MyBatis Generator.
|
String |
getTaxRate()
This method was generated by MyBatis Generator.
|
String |
getZeroTax()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setGoodsTaxNo(String goodsTaxNo)
This method was generated by MyBatis Generator.
|
void |
setId(Integer id)
This method was generated by MyBatis Generator.
|
void |
setItemName(String itemName)
This method was generated by MyBatis Generator.
|
void |
setTaxPre(String taxPre)
This method was generated by MyBatis Generator.
|
void |
setTaxPreCon(String taxPreCon)
This method was generated by MyBatis Generator.
|
void |
setTaxRate(String taxRate)
This method was generated by MyBatis Generator.
|
void |
setZeroTax(String zeroTax)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
Taxcode |
withGoodsTaxNo(String goodsTaxNo)
This method was generated by MyBatis Generator.
|
Taxcode |
withId(Integer id)
This method was generated by MyBatis Generator.
|
Taxcode |
withItemName(String itemName)
This method was generated by MyBatis Generator.
|
Taxcode |
withTaxPre(String taxPre)
This method was generated by MyBatis Generator.
|
Taxcode |
withTaxPreCon(String taxPreCon)
This method was generated by MyBatis Generator.
|
Taxcode |
withTaxRate(String taxRate)
This method was generated by MyBatis Generator.
|
Taxcode |
withZeroTax(String zeroTax)
This method was generated by MyBatis Generator.
|
public Integer getId()
public Taxcode withId(Integer id)
public void setId(Integer id)
id - the value for taxcode.idpublic String getGoodsTaxNo()
public Taxcode withGoodsTaxNo(String goodsTaxNo)
public void setGoodsTaxNo(String goodsTaxNo)
goodsTaxNo - the value for taxcode.goods_tax_nopublic String getItemName()
public Taxcode withItemName(String itemName)
public void setItemName(String itemName)
itemName - the value for taxcode.item_namepublic String getTaxRate()
public Taxcode withTaxRate(String taxRate)
public void setTaxRate(String taxRate)
taxRate - the value for taxcode.tax_ratepublic String getTaxPre()
public Taxcode withTaxPre(String taxPre)
public void setTaxPre(String taxPre)
taxPre - the value for taxcode.tax_prepublic String getTaxPreCon()
public Taxcode withTaxPreCon(String taxPreCon)
public void setTaxPreCon(String taxPreCon)
taxPreCon - the value for taxcode.tax_pre_conpublic String getZeroTax()
public Taxcode withZeroTax(String zeroTax)
public void setZeroTax(String zeroTax)
zeroTax - the value for taxcode.zero_taxpublic String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.