|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.OrderProblemLog
public class OrderProblemLog
A class containing information about a problem with ordering the desired amount of a product.
Constructor Summary | |
---|---|
OrderProblemLog()
|
Method Summary | |
---|---|
java.lang.String |
getProductId()
Gets the global id of the product that was to be ordered. |
void |
setProductId(java.lang.String productId)
Sets the global id of the product that was to be ordered. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderProblemLog()
Method Detail |
---|
public java.lang.String getProductId()
public void setProductId(java.lang.String productId)
productId
- the global id of the product that was to be ordered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |