WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem({String? containerItemId, String? packageId, String? containerId, int? rowNumber, String? iCode, String? description, String? trackedBy, double? quantityOrdered, double? price, String? notes, String? inventoryId, String? recType, int? ident, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
containerId String?
final
containerItemId String?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
ident int?
final
inventoryId String?
final
notes String?
final
packageId String?
final
price double?
final
quantityOrdered double?
final
recordTitle String?
final
recType String?
final
rowNumber int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackedBy String?
final
translation List<FwStandardDataFwTranslatedValue>?
final

Methods

copyWith({String? containerItemId, String? packageId, String? containerId, int? rowNumber, String? iCode, String? description, String? trackedBy, double? quantityOrdered, double? price, String? notes, String? inventoryId, String? recType, int? ident, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem

Available on WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem, provided by the $WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItemExtension extension

copyWithWrapped({Wrapped<String?>? containerItemId, Wrapped<String?>? packageId, Wrapped<String?>? containerId, Wrapped<int?>? rowNumber, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<String?>? trackedBy, Wrapped<double?>? quantityOrdered, Wrapped<double?>? price, Wrapped<String?>? notes, Wrapped<String?>? inventoryId, Wrapped<String?>? recType, Wrapped<int?>? ident, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem

Available on WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem, provided by the $WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItemExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override