Methods Summary |
---|
public xpetstore.domain.catalog.ejb.Category | getCategory()
if (_category == null)
_category = new Category();
System.out.println("!! CategoryForm.getCategory " + _category);
return _category;
|
public java.lang.String | getCategoryId()
return _categoryId;
|
public java.util.Collection | getProducts()
return _products;
|
public void | setCategory(xpetstore.domain.catalog.ejb.Category category)Sets the categoryValue.
_category = category;
|
public void | setCategoryId(java.lang.String categoryId)Sets the categoryId.
_categoryId = categoryId;
|
public void | setProducts(java.util.Collection products)Sets the productValues.
_products = products;
|