new BundleItem()
- Source:
Methods
(static) BundleItem#getEquipmentCode() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) BundleItem#getEquipmentCodeDesc() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) BundleItem#getQuantity() → {Number}
Get the field value
- Source:
Returns:
must be an integer
- Type
- Number
(static) BundleItem#getVersion() → {Number}
Get the field value
- Source:
Returns:
must be an integer
- Type
- Number
(static) BundleItem#setEquipmentCode(equipmentCode)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
equipmentCode |
String |
- Source:
(static) BundleItem#setEquipmentCodeDesc(equipmentCodeDesc)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
equipmentCodeDesc |
String |
- Source:
(static) BundleItem#setQuantity(quantity)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
quantity |
Number | must be an integer |
- Source:
(static) BundleItem#setVersion(version)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
version |
Number | must be an integer |
- Source: