Class: ItemGroup

inventory.ItemGroup()

new ItemGroup()

Source:

Methods

(static) ItemGroup#getAttributes() → {Array.<base.Reference>}

Get the field value Attributes that belong to this group
Source:
Returns:
An array of
Type
Array.<base.Reference>

(static) ItemGroup#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) ItemGroup#getItems() → {Array.<base.Reference>}

Get the field value Items that are members of this group
Source:
Returns:
An array of
Type
Array.<base.Reference>

(static) ItemGroup#getName() → {String}

Get the field value Name of the option
Source:
Returns:
Type
String

(static) ItemGroup#setAttributes(attributes)

Set the field value Attributes that belong to this group
Parameters:
Name Type Description
attributes Array.<base.Reference> An array of
Source:

(static) ItemGroup#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) ItemGroup#setItems(items)

Set the field value Items that are members of this group
Parameters:
Name Type Description
items Array.<base.Reference> An array of
Source:

(static) ItemGroup#setName(name)

Set the field value Name of the option
Parameters:
Name Type Description
name String
Source: