DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EKoncovyListok.h
Go to the documentation of this file.
1 #if !defined(EKoncovyListok_57F48CB2_382A_40e2_9D1A_D52C3E843067__INCLUDED_)
2 #define EKoncovyListok_57F48CB2_382A_40e2_9D1A_D52C3E843067__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
13  class ERootStatistika;
14  class EOdpocet;
15  class EPriznakyKLCol;
16  class ECestovnyListok;
17 
19  {
20  public:
22  virtual ~EKoncovyListok();
23 
24  unsigned long getCisloKL();
25  unsigned long getCisloPL();
26  unsigned long getDatumKL();
27 
28  void setCisloKL( unsigned long newVal );
29  void setCisloPL( unsigned long newVal );
30  void setDatumKL( unsigned long newVal );
31 
32  EPriznakyKLCol *getPriznakyCol();
33 
34  EOdpocet *getOwner();
35  void setOwner( EOdpocet *newVal );
36 
37  virtual short getChksum();
38  void vyhodnotKoncovyListok( ECestovnyListok *listok );
39 
40  bool write();
41  bool read();
42 
43  private:
44  class DataClass;
45  DataClass *d;
46  };
47  }
48  }
49 }
50 
51 #endif
52 
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EAbstraktnyZaznam.h:16
#define DATAIO_API
Definition: DataIODefines.h:10