Class DailyPlanCache
java.lang.Object
overit.geocallapp.wfm.core.bl.dailyplan.DailyPlanCache
Daily Plan Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the tooltip cache containing the resource tooltip informationvoidsetTooltipImageCache(ConcurrentHashMap<Long, String> tooltipImageCache) Sets the tooltip cache containing the resource tooltip information
-
Constructor Details
-
DailyPlanCache
public DailyPlanCache()
-
-
Method Details
-
getTooltipImageCache
Returns the tooltip cache containing the resource tooltip information- Returns:
- the tooltip cache
-
setTooltipImageCache
Sets the tooltip cache containing the resource tooltip information- Parameters:
tooltipImageCache- the tooltip cache
-