ClosingStockArticle class
- Inheritance
-
- Object
- ArticleRawAbstract
- ArticleRetailRawAbstract
- ArticleRetailOnTicket
- ClosingStockArticle
- Implemented types
- Implementers
Constructors
- ClosingStockArticle(DateTime closingDate, {required int calibreId, required int id, required String designation, required double unitsInOnePiece, required double initialQtCl, required double finalQtCl, required double quantityIn, required double quantityOut, required num price, required num cost})
-
ClosingStockArticle.fromMap(Map<
String, dynamic> map) -
factory
Properties
- articleId → int
-
final
- calibreId → int
-
finalinherited
- closingDate ↔ DateTime
-
getter/setter pairoverride-getter
- cost → num
-
finalinherited
- costClean → num
-
no setterinherited
- designation → String
-
finalinherited
- finalQtCl ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
finalinherited
- initialQtCl ↔ double
-
getter/setter pair
- kind → ArticleKind
-
finalinherited
- price → num
-
finalinherited
- priceClean → num
-
no setterinherited
- quantityIn ↔ double
-
getter/setter pair
- quantityOut ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → bool
-
finalinherited
- unitsInOnePiece → double
-
finalinherited
Methods
-
copyWith(
{int? calibreId, int? id, String? designation, num? price, num? cost, double? unitsInOnePiece, bool? status}) → ArticleRetailOnTicket -
inherited
-
nameWithoutArtCalibrePart(
String calibreTitle) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
override
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited