WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity class

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

Constructors

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity({int? physicalInventoryItemId, String? inventoryId, String? inventoryType, String? category, String? iCode, String? description, String? aisleLocation, String? shelfLocation, String? categoryId, double? categoryOrderBy, int? inventoryTypeOrderBy, String? inventoryTypeId, String? unitId, String? weightUnitId, String? lengthUnitId, int? sessionQuantity, int? quantity, int? currentQuantity, int? weight, int? length, String? unit, String? weightUnit, String? lengthUnit, String? currentSpaceId, String? currentSpace, bool? isRecount, String? consignorId, String? consignor, String? physicalInventoryId, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity.fromJson(Map<String, dynamic> json)
factory

Properties

aisleLocation String?
final
auditNote String?
final
category String?
final
categoryId String?
final
categoryOrderBy double?
final
consignor String?
final
consignorId String?
final
currentQuantity int?
final
currentSpace String?
final
currentSpaceId String?
final
custom List<FwStandardDataFwCustomValue>?
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
inventoryId String?
final
inventoryType String?
final
inventoryTypeId String?
final
inventoryTypeOrderBy int?
final
isRecount bool?
final
length int?
final
lengthUnit String?
final
lengthUnitId String?
final
physicalInventoryId String?
final
physicalInventoryItemId int?
final
quantity int?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionQuantity int?
final
shelfLocation String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
unit String?
final
unitId String?
final
weight int?
final
weightUnit String?
final
weightUnitId String?
final

Methods

copyWith({int? physicalInventoryItemId, String? inventoryId, String? inventoryType, String? category, String? iCode, String? description, String? aisleLocation, String? shelfLocation, String? categoryId, double? categoryOrderBy, int? inventoryTypeOrderBy, String? inventoryTypeId, String? unitId, String? weightUnitId, String? lengthUnitId, int? sessionQuantity, int? quantity, int? currentQuantity, int? weight, int? length, String? unit, String? weightUnit, String? lengthUnit, String? currentSpaceId, String? currentSpace, bool? isRecount, String? consignorId, String? consignor, String? physicalInventoryId, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantityExtension extension

copyWithWrapped({Wrapped<int?>? physicalInventoryItemId, Wrapped<String?>? inventoryId, Wrapped<String?>? inventoryType, Wrapped<String?>? category, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<String?>? aisleLocation, Wrapped<String?>? shelfLocation, Wrapped<String?>? categoryId, Wrapped<double?>? categoryOrderBy, Wrapped<int?>? inventoryTypeOrderBy, Wrapped<String?>? inventoryTypeId, Wrapped<String?>? unitId, Wrapped<String?>? weightUnitId, Wrapped<String?>? lengthUnitId, Wrapped<int?>? sessionQuantity, Wrapped<int?>? quantity, Wrapped<int?>? currentQuantity, Wrapped<int?>? weight, Wrapped<int?>? length, Wrapped<String?>? unit, Wrapped<String?>? weightUnit, Wrapped<String?>? lengthUnit, Wrapped<String?>? currentSpaceId, Wrapped<String?>? currentSpace, Wrapped<bool?>? isRecount, Wrapped<String?>? consignorId, Wrapped<String?>? consignor, Wrapped<String?>? physicalInventoryId, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantity, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountQuantityExtension 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