DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ECasovyPredaj.h
Go to the documentation of this file.
1 #if !defined(EA_C6188D62_74C0_47dd_8A41_BC98F8CCB59F__INCLUDED_)
2 #define EA_C6188D62_74C0_47dd_8A41_BC98F8CCB59F__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/ECestovnyListok.h"
6 #include "core/common/eplatform.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
15  {
16  public:
17  ECasovyPredaj();
18  ECasovyPredaj( ECasovyPredaj &listok );
19  virtual ~ECasovyPredaj();
20 
21  ECasovyPredaj& operator=( ECasovyPredaj& listok );
22 
23  unsigned short GetCouponNumber();
24  unsigned char GetTypMesacnika();
25  unsigned short GetPocetJazd();
26  unsigned char GetCisloSuboru();
27  unsigned long GetPlatiOd();
28  unsigned long GetPlatiDo();
29  unsigned short GetOriginalCouponNumber();
30 
31  void SetCouponNumber( unsigned short couponNumber );
32  void SetTypMesacnika( unsigned char newVal );
33  void SetPocetJazd( unsigned short newVal );
34  void SetCisloSuboru( unsigned char cisloSuboru );
35  void SetPlatiOd( unsigned long newVal );
36  void SetPlatiDo( unsigned long newVal );
37  void SetOriginalCouponNumber( unsigned short originalCouponNumber );
38 
39  virtual void FillInCASOVY1( CASOVY1 &casovy1 );
40  virtual void FillUpCASOVY1( CASOVY1 &casovy1 );
41 
42  private:
43  class DataClass;
44  DataClass *d;
45  };
46  }
47  }
48 }
49 
50 #endif
Definition: EStatistikaStruct.h:338
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10