Example #1
0
 public void setTechCategory() {
   this.techCategory = TechCategory.getCategory(category);
 }
Example #2
0
 public TechCategory getTechCategory() {
   TechCategory.getCategory(category);
   return techCategory;
 }