Class: CategoryItem

inventory.CategoryItem()

new CategoryItem()

Source:

Methods

(static) CategoryItem#getCategory() → {inventory.Category}

Get the field value
Source:
Returns:
Type
inventory.Category

(static) CategoryItem#getItem() → {inventory.Item}

Get the field value
Source:
Returns:
Type
inventory.Item

(static) CategoryItem#setCategory(category)

Set the field value
Parameters:
Name Type Description
category inventory.Category
Source:

(static) CategoryItem#setItem(item)

Set the field value
Parameters:
Name Type Description
item inventory.Item
Source: