public class TaxinvoiceDetail extends Object implements Serializable
| Constructor and Description |
|---|
TaxinvoiceDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemName()
returns 품목
|
String |
getPurchaseDT()
return 거래일자, formated by 'yyyyMMdd'
|
String |
getQty()
returns 수량. numeric only.
|
String |
getRemark()
returns 비고
|
Short |
getSerialNum()
return 일련번호
|
String |
getSpec()
returns 규격
|
String |
getSupplyCost()
return 공급가액 Numeric Only.
|
String |
getTax()
returns 세액.
|
String |
getUnitCost()
returns 단가.
|
void |
setItemName(String itemName)
Sets 품목
|
void |
setPurchaseDT(String purchaseDT)
Sets 거래일자, Formated by 'yyyyMMdd'
|
void |
setQty(String qty)
Sets 수량.
|
void |
setRemark(String remark)
Sets 비고.
|
void |
setSerialNum(Short serialNum)
Sets 일련번호, Starts by 1
|
void |
setSpec(String spec)
Sets 규격.
|
void |
setSupplyCost(String supplyCost)
Sets 공급가액 Numeric Only.
|
void |
setTax(String tax)
Sets 세액, Numeric Only.
|
void |
setUnitCost(String unitCost)
Sets 단가.
|
public Short getSerialNum()
public void setSerialNum(Short serialNum)
serialNum - 일련번호public String getPurchaseDT()
public void setPurchaseDT(String purchaseDT)
purchaseDT - 거래일자, formated by 'yyyyMMdd'public String getItemName()
public void setItemName(String itemName)
itemName - 품목public String getSpec()
public void setSpec(String spec)
spec - 규격public String getQty()
public void setQty(String qty)
qty - 수public String getUnitCost()
public void setUnitCost(String unitCost)
unitCost - 단가public String getSupplyCost()
public void setSupplyCost(String supplyCost)
supplyCost - 공급가액public String getTax()
public void setTax(String tax)
tax - 세액public String getRemark()
public void setRemark(String remark)
remark - 비고Copyright © 2023. All rights reserved.