|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.forecasting.ForecastScheduleEntry
ForecastTask
instead :) A class containing the information about a scheduled forecasting task.
public class ForecastScheduleEntry
Constructor Summary | |
---|---|
ForecastScheduleEntry(java.lang.String productId,
java.util.Date scheduledTime,
java.util.Date previousForecastEnd)
Deprecated. Constructor. |
Method Summary | |
---|---|
int |
compareTo(ForecastScheduleEntry arg0)
Deprecated. Compares to another ForecastScheduleEntry basing on the schedule date. |
java.util.Date |
getPreviousForecastEnd()
Deprecated. Gets the id of the product to forecast. |
java.lang.String |
getProductGlobalId()
Deprecated. Gets the date of the end of the previous product forecast. |
java.util.Date |
getScheduledTime()
Deprecated. Gets the time at which the forecast task is scheduled to begin |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForecastScheduleEntry(java.lang.String productId, java.util.Date scheduledTime, java.util.Date previousForecastEnd)
productId
- the id of the product to forecastscheduledTime
- the time at which the forecast task is scheduled to beginpreviousForecastEnd
- the date of the end of the previous product forecastMethod Detail |
---|
public int compareTo(ForecastScheduleEntry arg0)
ForecastScheduleEntry
basing on the schedule date.
compareTo
in interface java.lang.Comparable<ForecastScheduleEntry>
public java.util.Date getPreviousForecastEnd()
public java.lang.String getProductGlobalId()
public java.util.Date getScheduledTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |