1 #ifndef EM_STROJCEK_STATISTIKASTROJCEKEZMENAUDAJOV2_H
2 #define EM_STROJCEK_STATISTIKASTROJCEKEZMENAUDAJOV2_H
4 #include "dataio/DataIODefines.h"
12 namespace StatistikaStrojcek
14 class EZmenaUdajov2Col;
16 class DATAIO_API EZmenaUdajov2 :
public EAbstraktnyZaznam
20 virtual ~EZmenaUdajov2();
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();
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 );
46 EZmenaUdajov2Col *GetOwner();
47 void SetOwner( EZmenaUdajov2Col *newVal );
50 virtual short getChksum();
53 void Receive( VystupneData *vstupnyZaznam );
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10