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