WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory class

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

Constructors

WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory({int? id, String? physicalInventoryId, String? inventoryId, String? iCode, String? description, String? availableFor, String? availableForDisplay, double? quantityOwned, String? trackedBy, double? unitCost, bool? isRecount, String? aisleLocation, String? shelfLocation, int? isNegativeInventory, double? quantityAdded, double? quantityRetired, double? lastPurchaseUnitCost, double? newUnitCost, String? currentSpaceId, String? consignorId, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory.fromJson(Map<String, dynamic> json)
factory

Properties

aisleLocation String?
final
auditNote String?
final
availableFor String?
final
availableForDisplay String?
final
consignorId String?
final
currentSpaceId 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
id int?
final
inventoryId String?
final
isNegativeInventory int?
final
isRecount bool?
final
lastPurchaseUnitCost double?
final
newUnitCost double?
final
physicalInventoryId String?
final
quantityAdded double?
final
quantityOwned double?
final
quantityRetired double?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shelfLocation String?
final
trackedBy String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
unitCost double?
final

Methods

copyWith({int? id, String? physicalInventoryId, String? inventoryId, String? iCode, String? description, String? availableFor, String? availableForDisplay, double? quantityOwned, String? trackedBy, double? unitCost, bool? isRecount, String? aisleLocation, String? shelfLocation, int? isNegativeInventory, double? quantityAdded, double? quantityRetired, double? lastPurchaseUnitCost, double? newUnitCost, String? currentSpaceId, String? consignorId, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory

Available on WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory, provided by the $WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventoryExtension extension

copyWithWrapped({Wrapped<int?>? id, Wrapped<String?>? physicalInventoryId, Wrapped<String?>? inventoryId, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<String?>? availableFor, Wrapped<String?>? availableForDisplay, Wrapped<double?>? quantityOwned, Wrapped<String?>? trackedBy, Wrapped<double?>? unitCost, Wrapped<bool?>? isRecount, Wrapped<String?>? aisleLocation, Wrapped<String?>? shelfLocation, Wrapped<int?>? isNegativeInventory, Wrapped<double?>? quantityAdded, Wrapped<double?>? quantityRetired, Wrapped<double?>? lastPurchaseUnitCost, Wrapped<double?>? newUnitCost, Wrapped<String?>? currentSpaceId, Wrapped<String?>? consignorId, 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}) WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory

Available on WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventory, provided by the $WebApiModulesHomeControlsPhysicalInventoryInventoryPhysicalInventoryInventoryExtension 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