|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
public class DeliveryLog
A class containing information about a delivery to the warehouse.
Constructor Summary | |
---|---|
DeliveryLog()
|
Method Summary | |
---|---|
java.lang.String |
getDeliveredProductId()
Gets the id of the delivered product. |
java.util.Date |
getDeliveryTime()
Gets the time when the product was delivered. |
int |
getOrderedQuantity()
Gets the ordered amount of product. |
float |
getOrderedValue()
Gets the total value of the ordered product. |
java.util.Date |
getOrderTime()
Gets the time when the product was ordered. |
java.lang.String |
getWholesalerId()
Gets the id of the wholesaler, that carried out the order. |
void |
setDeliveredProductId(java.lang.String deliveredProductId)
Sets the id of the delivered product |
void |
setDeliveryTime(java.util.Date deliveryTime)
Sets the time when the product was delivered |
void |
setOrderedQuantity(int orderedQuantity)
Sets the ordered amount of product. |
void |
setOrderedValue(float orderedValue)
Sets the total value of the ordered product. |
void |
setOrderTime(java.util.Date orderTime)
Sets the time when the product was ordered |
void |
setWholesalerId(java.lang.String wholesalerId)
Sets the id of the wholesaler, that carried out the order. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeliveryLog()
Method Detail |
---|
public java.lang.String getWholesalerId()
public void setWholesalerId(java.lang.String wholesalerId)
wholesalerId
- the id of the wholesaler, that carried out the order.public java.lang.String getDeliveredProductId()
public void setDeliveredProductId(java.lang.String deliveredProductId)
deliveredProductId
- the id of the delivered product to setpublic java.util.Date getOrderTime()
public void setOrderTime(java.util.Date orderTime)
orderTime
- the time when the product was orderedpublic java.util.Date getDeliveryTime()
public void setDeliveryTime(java.util.Date deliveryTime)
deliveryTime
- the time when the product was deliveredpublic int getOrderedQuantity()
public void setOrderedQuantity(int orderedQuantity)
orderedQuantity
- the ordered amount of product.public float getOrderedValue()
public void setOrderedValue(float orderedValue)
orderedValue
- the total value of the ordered productpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |