WebApiModulesHomeControlsDepreciationDepreciation class

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

Constructors

WebApiModulesHomeControlsDepreciationDepreciation({int? depreciationId, String? depreciationDate, String? purchaseId, String? warehouseId, String? warehouse, String? warehouseCode, String? purchaseDate, String? receiveDate, String? purchaseWarehouseId, String? purchaseWarehouseCode, String? purchaseWarehouse, String? debitGlAccountId, String? debitGlAccountNo, String? debitGlAccountDescription, String? creditGlAccountId, String? creditGlAccountNo, String? creditGlAccountDescription, int? depreciationQuantity, double? unitDepreciationAmount, double? depreciationExtended, bool? isAdjustment, String? depreciationExtendedColor, String? currencyId, String? currency, String? currencyCode, String? currencySymbol, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsDepreciationDepreciation.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
creditGlAccountDescription String?
final
creditGlAccountId String?
final
creditGlAccountNo String?
final
currency String?
final
currencyCode String?
final
currencyId String?
final
currencySymbol String?
final
custom List<FwStandardDataFwCustomValue>?
final
debitGlAccountDescription String?
final
debitGlAccountId String?
final
debitGlAccountNo String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
depreciationDate String?
final
depreciationExtended double?
final
depreciationExtendedColor String?
final
depreciationId int?
final
depreciationQuantity int?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
isAdjustment bool?
final
purchaseDate String?
final
purchaseId String?
final
purchaseWarehouse String?
final
purchaseWarehouseCode String?
final
purchaseWarehouseId String?
final
receiveDate String?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
unitDepreciationAmount double?
final
warehouse String?
final
warehouseCode String?
final
warehouseId String?
final

Methods

copyWith({int? depreciationId, String? depreciationDate, String? purchaseId, String? warehouseId, String? warehouse, String? warehouseCode, String? purchaseDate, String? receiveDate, String? purchaseWarehouseId, String? purchaseWarehouseCode, String? purchaseWarehouse, String? debitGlAccountId, String? debitGlAccountNo, String? debitGlAccountDescription, String? creditGlAccountId, String? creditGlAccountNo, String? creditGlAccountDescription, int? depreciationQuantity, double? unitDepreciationAmount, double? depreciationExtended, bool? isAdjustment, String? depreciationExtendedColor, String? currencyId, String? currency, String? currencyCode, String? currencySymbol, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsDepreciationDepreciation

Available on WebApiModulesHomeControlsDepreciationDepreciation, provided by the $WebApiModulesHomeControlsDepreciationDepreciationExtension extension

copyWithWrapped({Wrapped<int?>? depreciationId, Wrapped<String?>? depreciationDate, Wrapped<String?>? purchaseId, Wrapped<String?>? warehouseId, Wrapped<String?>? warehouse, Wrapped<String?>? warehouseCode, Wrapped<String?>? purchaseDate, Wrapped<String?>? receiveDate, Wrapped<String?>? purchaseWarehouseId, Wrapped<String?>? purchaseWarehouseCode, Wrapped<String?>? purchaseWarehouse, Wrapped<String?>? debitGlAccountId, Wrapped<String?>? debitGlAccountNo, Wrapped<String?>? debitGlAccountDescription, Wrapped<String?>? creditGlAccountId, Wrapped<String?>? creditGlAccountNo, Wrapped<String?>? creditGlAccountDescription, Wrapped<int?>? depreciationQuantity, Wrapped<double?>? unitDepreciationAmount, Wrapped<double?>? depreciationExtended, Wrapped<bool?>? isAdjustment, Wrapped<String?>? depreciationExtendedColor, Wrapped<String?>? currencyId, Wrapped<String?>? currency, Wrapped<String?>? currencyCode, Wrapped<String?>? currencySymbol, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsDepreciationDepreciation

Available on WebApiModulesHomeControlsDepreciationDepreciation, provided by the $WebApiModulesHomeControlsDepreciationDepreciationExtension 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