public class AdminOrderReturnProduct
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
custom1
custom field
|
private java.lang.String |
custom2
custom field
|
private java.lang.String |
custom3
custom field
|
private java.util.Date |
dateAdded
The value for the dateAdded field
|
private AdminOrderProduct |
orderProd
AdminOrderProduct
|
private int |
orderProdId
AdminOrderProductId
|
private int |
quantity
quantity
|
private int |
refundPoints
The number of points allocated for a single product.
|
private java.math.BigDecimal |
refundValue
The final unit price of a product having taken into account all discounts.
|
Constructor and Description |
---|
AdminOrderReturnProduct()
Constructor
|
AdminOrderReturnProduct(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminOrderReturnProduct object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.util.Date |
getDateAdded() |
AdminOrderProduct |
getOrderProd() |
int |
getOrderProdId() |
int |
getQuantity() |
int |
getRefundPoints() |
java.math.BigDecimal |
getRefundValue() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setOrderProd(AdminOrderProduct orderProd) |
void |
setOrderProdId(int orderProdId) |
void |
setQuantity(int quantity) |
void |
setRefundPoints(int refundPoints) |
void |
setRefundValue(java.math.BigDecimal refundValue) |
java.lang.String |
toString() |
private AdminOrderProduct orderProd
private int orderProdId
private java.util.Date dateAdded
private int quantity
private java.math.BigDecimal refundValue
private int refundPoints
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
public AdminOrderReturnProduct()
public AdminOrderReturnProduct(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public AdminOrderProduct getOrderProd()
public java.lang.String toString()
toString
in class java.lang.Object
public void setOrderProd(AdminOrderProduct orderProd)
orderProd
- The orderProd to set.public int getQuantity()
public void setQuantity(int quantity)
quantity
- The quantity to set.public int getOrderProdId()
public void setOrderProdId(int orderProdId)
orderProdId
- The orderProdId to set.public java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- The dateAdded to set.public 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 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 setCopyright © 2018 DS Data Systems UK Ltd.