Get the list of equipment sets. @return List
()
| 1021 | * @return List |
| 1022 | */ |
| 1023 | private Collection<EquipSet> getEquipSet() |
| 1024 | { |
| 1025 | return equipSetFacet.getSet(id); |
| 1026 | } |
| 1027 | |
| 1028 | /** |
| 1029 | * Get the equipment set indexed by path. |
no test coverage detected