ibspan.ecap.merchant.shopdecisions.dataadministration
Class DemandRequest

java.lang.Object
  extended by ibspan.ecap.merchant.shopdecisions.dataadministration.DemandRequest
All Implemented Interfaces:
java.io.Serializable

public class DemandRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DemandRequest()
           
 
Method Summary
 java.util.Date getDate()
           
 java.lang.String getProductId()
           
 void setDate(java.util.Date date)
           
 void setProductId(java.lang.String productId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemandRequest

public DemandRequest()
Method Detail

getProductId

public java.lang.String getProductId()

setProductId

public void setProductId(java.lang.String productId)

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object