ibspan.ecap.merchant.shopdecisions.dataadministration
Class ForecastFact

java.lang.Object
  extended by ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact

public class ForecastFact
extends java.lang.Object


Constructor Summary
ForecastFact()
           
 
Method Summary
 float getDeviation()
           
 int getEndDateKey()
           
 int getProductKey()
           
 float getQuantity()
           
 int getStartDateKey()
           
 void setDeviation(float deviation)
           
 void setEndDateKey(int endDateKey)
           
 void setProductKey(int productKey)
           
 void setQuantity(float quantity)
           
 void setStartDateKey(int startDateKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForecastFact

public ForecastFact()
Method Detail

getStartDateKey

public int getStartDateKey()

setStartDateKey

public void setStartDateKey(int startDateKey)

getEndDateKey

public int getEndDateKey()

setEndDateKey

public void setEndDateKey(int endDateKey)

getProductKey

public int getProductKey()

setProductKey

public void setProductKey(int productKey)

getQuantity

public float getQuantity()

setQuantity

public void setQuantity(float quantity)

getDeviation

public float getDeviation()

setDeviation

public void setDeviation(float deviation)