ibspan.ecap.merchant.shopdecisions
Class OrderProblemLog

java.lang.Object
  extended by ibspan.ecap.merchant.shopdecisions.OrderProblemLog

public class OrderProblemLog
extends java.lang.Object

A class containing information about a problem with ordering the desired amount of a product.

Author:
Michal

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

OrderProblemLog

public OrderProblemLog()
Method Detail

getProductId

public java.lang.String getProductId()
Gets the global id of the product that was to be ordered.

Returns:
the global id of the product that was to be ordered.

setProductId

public void setProductId(java.lang.String productId)
Sets the global id of the product that was to be ordered.

Parameters:
productId - the global id of the product that was to be ordered.