Class: DataAssociation

inventory.DataAssociation()

new DataAssociation()

Source:

Methods

(static) DataAssociation#getPrimary() → {base.Reference}

Get the field value The primary object in an association, e.g., 'Item' in an 'Item - Tax Rate' association
Source:
Returns:
Type
base.Reference

(static) DataAssociation#getSecondary() → {base.Reference}

Get the field value The secondary object in an association, e.g., 'Tax Rate' in an 'Item - Tax Rate' association
Source:
Returns:
Type
base.Reference

(static) DataAssociation#setPrimary(primary)

Set the field value The primary object in an association, e.g., 'Item' in an 'Item - Tax Rate' association
Parameters:
Name Type Description
primary base.Reference
Source:

(static) DataAssociation#setSecondary(secondary)

Set the field value The secondary object in an association, e.g., 'Tax Rate' in an 'Item - Tax Rate' association
Parameters:
Name Type Description
secondary base.Reference
Source: