public class PMReforecastSegmentInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PMReforecastSegmentInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getForecastSeqNo()
Get the forecast sequence number
|
java.util.Date |
getStartDate()
Get the start date for the segment
|
boolean |
isNewDateNotNull()
Returns flag that indicates if new date is null for the segment or not.
|
boolean |
isRegenerate()
Gets the flag that indicates if regenerate is true for the segment or not.
|
void |
setForecastSeqNo(int number)
Sets the forecast sequence number
|
void |
setNewDateNotNull(boolean flag)
Sets the flag that indicates if new date is null for the segment or not.
|
void |
setRegenerate(boolean flag)
Sets the flag that indicates if regenerate is true for the segment or not.
|
void |
setStartDate(java.util.Date d)
Sets the start date for the segment
|
public int getForecastSeqNo()
public void setForecastSeqNo(int number)
forecast - sequence numberpublic boolean isNewDateNotNull()
public void setNewDateNotNull(boolean flag)
flag - - true if new date is not null for the segment else falsepublic boolean isRegenerate()
public void setRegenerate(boolean flag)
flag - true if regenerate is true for the segment else falsepublic java.util.Date getStartDate()
public void setStartDate(java.util.Date d)
start - date