public class PMReforecastResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PMReforecastResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.Long,java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo>> |
getPMMap()
Get the Map that contains pm's unique id as a key.
|
java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo> |
getSegmentInfoForPMuid(long pmUid)
Gets the segment information for a PM's Unique id
|
void |
setReforecastResult(java.util.HashMap<java.lang.Long,java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo>> map)
Sets the reforecast result to the map
|
public java.util.HashMap<java.lang.Long,java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo>> getPMMap()
public void setReforecastResult(java.util.HashMap<java.lang.Long,java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo>> map)
HashMap - unique id,HashMap> public java.util.HashMap<java.lang.Integer,PMReforecastSegmentInfo> getSegmentInfoForPMuid(long pmUid)
pmUid - - unique id for PM