WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank class

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

Constructors

WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank({String? inventoryRankId, String? inventoryTypeId, String? inventoryType, String? warehouseId, String? warehouseCode, String? warehouse, String? type, String? typeDisplay, double? aFromValue, double? aToValue, double? bFromValue, double? bToValue, double? cFromValue, double? cToValue, double? dFromValue, double? dToValue, double? eFromValue, double? eToValue, double? fFromValue, double? fToValue, double? gFromValue, double? gToValue, String? rankUpdated, String? usersId, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank.fromJson(Map<String, dynamic> json)
factory

Properties

aFromValue double?
final
aToValue double?
final
auditNote String?
final
bFromValue double?
final
bToValue double?
final
cFromValue double?
final
cToValue double?
final
custom List<FwStandardDataFwCustomValue>?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
dFromValue double?
final
dToValue double?
final
eFromValue double?
final
eToValue double?
final
fFromValue double?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
fToValue double?
final
gFromValue double?
final
gToValue double?
final
hashCode int
The hash code for this object.
no setteroverride
inventoryRankId String?
final
inventoryType String?
final
inventoryTypeId String?
final
rankUpdated String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
type String?
final
typeDisplay String?
final
usersId String?
final
warehouse String?
final
warehouseCode String?
final
warehouseId String?
final

Methods

copyWith({String? inventoryRankId, String? inventoryTypeId, String? inventoryType, String? warehouseId, String? warehouseCode, String? warehouse, String? type, String? typeDisplay, double? aFromValue, double? aToValue, double? bFromValue, double? bToValue, double? cFromValue, double? cToValue, double? dFromValue, double? dToValue, double? eFromValue, double? eToValue, double? fFromValue, double? fToValue, double? gFromValue, double? gToValue, String? rankUpdated, String? usersId, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank

Available on WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank, provided by the $WebApiModulesSettingsInventorySettingsInventoryRankInventoryRankExtension extension

copyWithWrapped({Wrapped<String?>? inventoryRankId, Wrapped<String?>? inventoryTypeId, Wrapped<String?>? inventoryType, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouseCode, Wrapped<String?>? warehouse, Wrapped<String?>? type, Wrapped<String?>? typeDisplay, Wrapped<double?>? aFromValue, Wrapped<double?>? aToValue, Wrapped<double?>? bFromValue, Wrapped<double?>? bToValue, Wrapped<double?>? cFromValue, Wrapped<double?>? cToValue, Wrapped<double?>? dFromValue, Wrapped<double?>? dToValue, Wrapped<double?>? eFromValue, Wrapped<double?>? eToValue, Wrapped<double?>? fFromValue, Wrapped<double?>? fToValue, Wrapped<double?>? gFromValue, Wrapped<double?>? gToValue, Wrapped<String?>? rankUpdated, Wrapped<String?>? usersId, 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}) WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank

Available on WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank, provided by the $WebApiModulesSettingsInventorySettingsInventoryRankInventoryRankExtension 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