public class AdminOrderShipmentProduct
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
dateAdded
The value for the dateAdded field
|
private AdminOrderProduct |
orderProd
AdminOrderProduct
|
private int |
orderProdId
AdminOrderProductId
|
private int |
quantity
quantity
|
Constructor and Description |
---|
AdminOrderShipmentProduct()
Constructor
|
AdminOrderShipmentProduct(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminOrderShipmentProduct object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDateAdded() |
AdminOrderProduct |
getOrderProd() |
int |
getOrderProdId() |
int |
getQuantity() |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setOrderProd(AdminOrderProduct orderProd) |
void |
setOrderProdId(int orderProdId) |
void |
setQuantity(int quantity) |
java.lang.String |
toString() |
private AdminOrderProduct orderProd
private int orderProdId
private java.util.Date dateAdded
private int quantity
public AdminOrderShipmentProduct()
public AdminOrderShipmentProduct(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.Copyright © 2018 DS Data Systems UK Ltd.