DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZmenaUdajov2.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_STATISTIKASTROJCEKEZMENAUDAJOV2_H
2 #define EM_STROJCEK_STATISTIKASTROJCEKEZMENAUDAJOV2_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "EAbstraktnyZaznam.h"
6 #include "ECestovnyListok.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
14  class EZmenaUdajov2Col;
15 
16  class DATAIO_API EZmenaUdajov2 : public EAbstraktnyZaznam
17  {
18  public:
19  EZmenaUdajov2();
20  virtual ~EZmenaUdajov2();
21 
22  long long GetSNR();
23  unsigned char GetCustomerProfile1();
24  unsigned char GetCustomerProfile2();
25  unsigned char GetDruhKarty();
26  unsigned long GetPlatnostDoCustProf1();
27  unsigned long GetPlatnostDoCustProf2();
28  unsigned long GetPlatnostOdCustProf1();
29  unsigned long GetPlatnostOdCustProf2();
30  unsigned long GetPlatnostDoBonusZlava();
31  unsigned long GetPlatnostKarty();
32  unsigned short GetPurseProvider();
33 
34  void SetSNR( long long newVal );
35  void SetCustomerProfile1( unsigned char newVal );
36  void SetCustomerProfile2( unsigned char newVal );
37  void SetDruhKarty( unsigned char newVal );
38  void SetPlatnostDoCustProf1( unsigned long newVal );
39  void SetPlatnostDoCustProf2( unsigned long newVal );
40  void SetPlatnostOdCustProf1( unsigned long newVal );
41  void SetPlatnostOdCustProf2( unsigned long newVal );
42  void SetPlatnostDoBonusZlava( unsigned long newVal );
43  void SetPlatnostKarty( unsigned long newVal );
44  void SetPurseProvider( unsigned short purseProvider );
45 
46  EZmenaUdajov2Col *GetOwner();
47  void SetOwner( EZmenaUdajov2Col *newVal );
48  bool write();
49  bool read();
50  virtual short getChksum();
51 
52  VystupneData *Send();
53  void Receive( VystupneData *vstupnyZaznam );
54 
55  private:
56  class DataClass;
57  DataClass *d;
58  };
59  }
60  }
61 }
62 
63 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10