Example #1
0
 private void populateLocationLevels(Item item, List<String> locationLevel) {
   item.setLevel1Location(locationLevel.get(0));
   item.setLevel2Location(locationLevel.get(1));
   item.setLevel3Location(locationLevel.get(2));
   item.setLevel4Location(locationLevel.get(3));
   item.setLevel5Location(locationLevel.get(4));
 }