public class IOOrderLine extends IOBase
Constructor and Description |
---|
IOOrderLine()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom10() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.lang.String |
getCustom6() |
java.lang.String |
getCustom7() |
java.lang.String |
getCustom8() |
java.lang.String |
getCustom9() |
java.math.BigDecimal |
getDiscountPercent() |
int |
getKkProductId() |
java.lang.String |
getProductModel() |
java.lang.String |
getProductName() |
java.lang.String |
getProductSKU() |
int |
getQuantity() |
int |
getRefundPoints() |
java.math.BigDecimal |
getRefundValue() |
java.math.BigDecimal |
getSingleProductWeight() |
java.lang.String |
getTaxCode() |
java.math.BigDecimal |
getTotalPriceExTax() |
java.math.BigDecimal |
getTotalPriceIncTax() |
java.math.BigDecimal |
getTotalTax() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom10(java.lang.String custom10) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setCustom6(java.lang.String custom6) |
void |
setCustom7(java.lang.String custom7) |
void |
setCustom8(java.lang.String custom8) |
void |
setCustom9(java.lang.String custom9) |
void |
setDiscountPercent(java.math.BigDecimal discountPercent) |
void |
setKkProductId(int kkProductId) |
void |
setProductModel(java.lang.String productModel) |
void |
setProductName(java.lang.String productName) |
void |
setProductSKU(java.lang.String productSKU) |
void |
setQuantity(int quantity) |
void |
setRefundPoints(int refundPoints) |
void |
setRefundValue(java.math.BigDecimal refundValue) |
void |
setSingleProductWeight(java.math.BigDecimal singleProductWeight) |
void |
setTaxCode(java.lang.String taxCode) |
void |
setTotalPriceExTax(java.math.BigDecimal totalPriceExTax) |
void |
setTotalPriceIncTax(java.math.BigDecimal totalPriceIncTax) |
void |
setTotalTax(java.math.BigDecimal totalTax) |
java.lang.String |
toString()
Prints out all attributes of the class
|
public java.lang.String toString()
toString
in class java.lang.Object
public int getKkProductId()
public void setKkProductId(int kkProductId)
kkProductId
- the kkProductId to setpublic java.lang.String getProductName()
public void setProductName(java.lang.String productName)
productName
- the productName to setpublic java.lang.String getProductModel()
public void setProductModel(java.lang.String productModel)
productModel
- the productModel to setpublic java.lang.String getProductSKU()
public void setProductSKU(java.lang.String productSKU)
productSKU
- the productSKU to setpublic java.math.BigDecimal getSingleProductWeight()
public void setSingleProductWeight(java.math.BigDecimal singleProductWeight)
singleProductWeight
- the singleProductWeight to setpublic int getQuantity()
public void setQuantity(int quantity)
quantity
- the quantity to setpublic java.math.BigDecimal getDiscountPercent()
public void setDiscountPercent(java.math.BigDecimal discountPercent)
discountPercent
- the discountPercent to setpublic java.math.BigDecimal getTotalPriceExTax()
public void setTotalPriceExTax(java.math.BigDecimal totalPriceExTax)
totalPriceExTax
- the totalPriceExTax to setpublic java.math.BigDecimal getTotalPriceIncTax()
public void setTotalPriceIncTax(java.math.BigDecimal totalPriceIncTax)
totalPriceIncTax
- the totalPriceIncTax to setpublic java.math.BigDecimal getTotalTax()
public void setTotalTax(java.math.BigDecimal totalTax)
totalTax
- the totalTax to setpublic java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
taxCode
- the taxCode to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic java.math.BigDecimal getRefundValue()
public void setRefundValue(java.math.BigDecimal refundValue)
refundValue
- the refundValue to setpublic int getRefundPoints()
public void setRefundPoints(int refundPoints)
refundPoints
- the refundPoints to setpublic java.lang.String getCustom6()
public void setCustom6(java.lang.String custom6)
custom6
- the custom6 to setpublic java.lang.String getCustom7()
public void setCustom7(java.lang.String custom7)
custom7
- the custom7 to setpublic java.lang.String getCustom8()
public void setCustom8(java.lang.String custom8)
custom8
- the custom8 to setpublic java.lang.String getCustom9()
public void setCustom9(java.lang.String custom9)
custom9
- the custom9 to setpublic java.lang.String getCustom10()
public void setCustom10(java.lang.String custom10)
custom10
- the custom10 to setCopyright © 2018 DS Data Systems UK Ltd.