public class ItemCost extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ItemCost.YearEntry |
| Constructor and Description |
|---|
ItemCost() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ItemCost.YearEntry> |
getYearEntries() |
void |
InitYearEntries(int startYear,
int endYear) |
void |
setYearEntries(Map<Integer,ItemCost.YearEntry> yearEntries) |
public void InitYearEntries(int startYear,
int endYear)
public Map<Integer,ItemCost.YearEntry> getYearEntries()
public void setYearEntries(Map<Integer,ItemCost.YearEntry> yearEntries)
Copyright © 2016. All Rights Reserved.