Class: Tag

inventory.Tag

new Tag()

Source:

Methods

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

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

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

Get the field value Items associated with this tag
Source:
Returns:
An array of
Type
Array.<base.Reference>

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

Get the field value Tag name
Source:
Returns:
Type
String

(static) Tag#getPrinters() → {Array.<base.Reference>}

Get the field value Printers associated with this tag
Source:
Returns:
An array of
Type
Array.<base.Reference>

(static) Tag#setId(id)

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

(static) Tag#setItems(items)

Set the field value Items associated with this tag
Parameters:
Name Type Description
items Array.<base.Reference> An array of
Source:

(static) Tag#setName(name)

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

(static) Tag#setPrinters(printers)

Set the field value Printers associated with this tag
Parameters:
Name Type Description
printers Array.<base.Reference> An array of
Source: