IR5ArtCategory class

Articles Categories

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5ArtCategory({required String Num, required String Nom, required String Description, required String NomLg1, required String NomLg2, required String NomLg3, required String ExtRef, required String Tags, required String WebOrder, required String NomWebLg1, required String NomWebLg2, required String NomWebLg3, required String WebDescrLg1, required String WebDescrLg2, required String WebDescrLg3, required int Desti, required num PLUDefTVA, required num PLUDefTVAEmport, required IR5BtnProperties? BtnProp, required int Flags, bool? DefineCheckLevel, bool? DefineCvtsLevel, bool? OrderByPLU, bool? OrderByNom, bool? OrderByCategPos, bool? NonFood, bool? Alcool, bool? Deluxe, bool? StayInCateg, bool? GotoSearchList, bool? StartWaitCateg})
IR5ArtCategory.fromJson([Map<String, dynamic>? json])
factory

Properties

Alcool bool?
final
BtnProp IR5BtnProperties?
final
DefineCheckLevel bool?
final
DefineCvtsLevel bool?
final
Deluxe bool?
final
Description String
Just a free Description
final
Desti int
final
ExtRef String
External Ref (used as primary key)
final
Flags int
Art.Categ Flags
final
GotoSearchList bool?
final
hashCode int
The hash code for this object.
no setterinherited
Nom String
Just a Name
final
NomLg1 String
Just a Name
final
NomLg2 String
Just a Name
final
NomLg3 String
Just a Name
final
NomWebLg1 String
Categorie WebName in Lg1. Coalesce to NomLg1. In Import will also Set NomLg if NomLg Not Set
final
NomWebLg2 String
Categorie WebName in Lg2. Coalesce to NomLg2. In Import will also Set NomLg if NomLg Not Set
final
NomWebLg3 String
Categorie WebName in Lg3. Coalesce to NomLg3. In Import will also Set NomLg if NomLg Not Set
final
NonFood bool?
final
Num String
final
OrderByCategPos bool?
final
OrderByNom bool?
final
OrderByPLU bool?
final
PLUDefTVA num
final
PLUDefTVAEmport num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StartWaitCateg bool?
final
StayInCateg bool?
final
Tags String
Free Tags or Labels semicolumn separated
final
WebDescrLg1 String
Categorie Web Memo Description in Lg1. Coalesce to Description
final
WebDescrLg2 String
Categorie Web Memo Description in Lg2. Coalesce to Description
final
WebDescrLg3 String
Categorie Web Memo Description in Lg3. Coalesce to Description
final
WebOrder String
Export to WebOrder Platforms (semicolumn separated list of Platforms)
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited