returnCategoryValue if (_category == null) _category = new Category(); System.out.println("!! CategoryForm.getCategory " + _category); return _category;
if (_category == null) _category = new Category(); System.out.println("!! CategoryForm.getCategory " + _category); return _category;
returnString return _categoryId;
return _categoryId;
returnCollection return _products;
return _products;
Sets the categoryValue.paramcategoryValue The categoryValue to set _category = category;
_category = category;
Sets the categoryId.paramcategoryId The categoryId to set _categoryId = categoryId;
_categoryId = categoryId;
Sets the productValues.paramproductValues The productValues to set _products = products;
_products = products;