public class OrdSalesbillMatchedInvoice extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>, Serializable
| 构造器和说明 |
|---|
OrdSalesbillMatchedInvoice() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count()
This method was generated by MyBatis Generator.
|
Integer |
delete()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey()
This method was generated by MyBatis Generator.
|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
BigDecimal |
getAmountWithoutTax()
This method was generated by MyBatis Generator.
|
BigDecimal |
getAmountWithTax()
This method was generated by MyBatis Generator.
|
String |
getInvoiceCode()
This method was generated by MyBatis Generator.
|
Long |
getInvoiceId()
This method was generated by MyBatis Generator.
|
String |
getInvoiceNo()
This method was generated by MyBatis Generator.
|
Long |
getMatchId()
This method was generated by MyBatis Generator.
|
Byte |
getOpType()
This method was generated by MyBatis Generator.
|
Long |
getSalesbillId()
This method was generated by MyBatis Generator.
|
String |
getSalesbillNo()
This method was generated by MyBatis Generator.
|
Byte |
getStatus()
This method was generated by MyBatis Generator.
|
BigDecimal |
getTaxAmount()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
int |
insert()
This method was generated by MyBatis Generator.
|
int |
insertSelective()
This method was generated by MyBatis Generator.
|
Object |
pkVal()
This method was generated by MyBatis Generator.
|
int |
replace()
This method was generated by MyBatis Generator.
|
int |
replaceSelective()
This method was generated by MyBatis Generator.
|
List<OrdSalesbillMatchedInvoice> |
select()
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
selectOne()
This method was generated by MyBatis Generator.
|
void |
setAmountWithoutTax(BigDecimal amountWithoutTax)
This method was generated by MyBatis Generator.
|
void |
setAmountWithTax(BigDecimal amountWithTax)
This method was generated by MyBatis Generator.
|
void |
setInvoiceCode(String invoiceCode)
This method was generated by MyBatis Generator.
|
void |
setInvoiceId(Long invoiceId)
This method was generated by MyBatis Generator.
|
void |
setInvoiceNo(String invoiceNo)
This method was generated by MyBatis Generator.
|
void |
setMatchId(Long matchId)
This method was generated by MyBatis Generator.
|
void |
setOpType(Byte opType)
This method was generated by MyBatis Generator.
|
void |
setSalesbillId(Long salesbillId)
This method was generated by MyBatis Generator.
|
void |
setSalesbillNo(String salesbillNo)
This method was generated by MyBatis Generator.
|
void |
setStatus(Byte status)
This method was generated by MyBatis Generator.
|
void |
setTaxAmount(BigDecimal taxAmount)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective()
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withAmountWithoutTax(BigDecimal amountWithoutTax)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withAmountWithTax(BigDecimal amountWithTax)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withInvoiceCode(String invoiceCode)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withInvoiceId(Long invoiceId)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withInvoiceNo(String invoiceNo)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withMatchId(Long matchId)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withOpType(Byte opType)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withSalesbillId(Long salesbillId)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withSalesbillNo(String salesbillNo)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withStatus(Byte status)
This method was generated by MyBatis Generator.
|
OrdSalesbillMatchedInvoice |
withTaxAmount(BigDecimal taxAmount)
This method was generated by MyBatis Generator.
|
public Long getMatchId()
public OrdSalesbillMatchedInvoice withMatchId(Long matchId)
public void setMatchId(Long matchId)
matchId - the value for ord_salesbill_matched_invoice.match_idpublic Long getSalesbillId()
public OrdSalesbillMatchedInvoice withSalesbillId(Long salesbillId)
public void setSalesbillId(Long salesbillId)
salesbillId - the value for ord_salesbill_matched_invoice.salesbill_idpublic Long getInvoiceId()
public OrdSalesbillMatchedInvoice withInvoiceId(Long invoiceId)
public void setInvoiceId(Long invoiceId)
invoiceId - the value for ord_salesbill_matched_invoice.invoice_idpublic String getSalesbillNo()
public OrdSalesbillMatchedInvoice withSalesbillNo(String salesbillNo)
public void setSalesbillNo(String salesbillNo)
salesbillNo - the value for ord_salesbill_matched_invoice.salesbill_nopublic String getInvoiceCode()
public OrdSalesbillMatchedInvoice withInvoiceCode(String invoiceCode)
public void setInvoiceCode(String invoiceCode)
invoiceCode - the value for ord_salesbill_matched_invoice.invoice_codepublic String getInvoiceNo()
public OrdSalesbillMatchedInvoice withInvoiceNo(String invoiceNo)
public void setInvoiceNo(String invoiceNo)
invoiceNo - the value for ord_salesbill_matched_invoice.invoice_nopublic BigDecimal getAmountWithTax()
public OrdSalesbillMatchedInvoice withAmountWithTax(BigDecimal amountWithTax)
public void setAmountWithTax(BigDecimal amountWithTax)
amountWithTax - the value for ord_salesbill_matched_invoice.amount_with_taxpublic BigDecimal getAmountWithoutTax()
public OrdSalesbillMatchedInvoice withAmountWithoutTax(BigDecimal amountWithoutTax)
public void setAmountWithoutTax(BigDecimal amountWithoutTax)
amountWithoutTax - the value for ord_salesbill_matched_invoice.amount_without_taxpublic BigDecimal getTaxAmount()
public OrdSalesbillMatchedInvoice withTaxAmount(BigDecimal taxAmount)
public void setTaxAmount(BigDecimal taxAmount)
taxAmount - the value for ord_salesbill_matched_invoice.tax_amountpublic Byte getStatus()
public OrdSalesbillMatchedInvoice withStatus(Byte status)
public void setStatus(Byte status)
status - the value for ord_salesbill_matched_invoice.statuspublic Byte getOpType()
public OrdSalesbillMatchedInvoice withOpType(Byte opType)
public void setOpType(Byte opType)
opType - the value for ord_salesbill_matched_invoice.op_typepublic int deleteByPrimaryKey()
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int insert()
insert 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int insertSelective()
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public OrdSalesbillMatchedInvoice selectByPrimaryKey()
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int updateByPrimaryKey()
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public Integer delete()
delete 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int count()
count 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public OrdSalesbillMatchedInvoice selectOne()
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public List<OrdSalesbillMatchedInvoice> select()
select 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int replace()
replace 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public int replaceSelective()
replaceSelective 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public Object pkVal()
pkVal 在接口中 org.yiwan.seiya.mybatis.extension.entity.BaseEntity<OrdSalesbillMatchedInvoice>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.