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() → {Null|Array.<base.Reference>}

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

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

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

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

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

(static) Tag#getShowInReporting() → {Boolean|Null}

Get the field value True if tag is a summary label in the reporting app
Source:
Returns:
Type
Boolean | Null

(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 Null | Array.<base.Reference> An array of
Source:

(static) Tag#setName(name)

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

(static) Tag#setPrinters(printers)

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

(static) Tag#setShowInReporting(showInReporting)

Set the field value True if tag is a summary label in the reporting app
Parameters:
Name Type Description
showInReporting Boolean | Null
Source: