DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EJazdaIDOL.h
Go to the documentation of this file.
1 #ifndef _EJAZDAIDOL_H_
2 #define _EJAZDAIDOL_H_
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace StatistikaStrojcek
11  {
12  class DATAIO_API EJazdaIDOL
13  {
14  public:
15  EJazdaIDOL();
16  virtual ~EJazdaIDOL();
17 
18  unsigned long getPlatiOd();
19  unsigned long getPlatiDo();
20  unsigned short getProvider();
21  long getCena();
22  unsigned short getZona1();
23  unsigned short getZona2();
24  unsigned long GetBusStop1();
25  unsigned long GetBusStop2();
26  unsigned char getCisloPovodnehoMesacnika();
27 
28  void setPlatiOd( unsigned long secsFrom80 );
29  void setPlatiDo( unsigned long secsFrom80 );
30  void setPlatiOdBase70( unsigned long secsFrom70 );
31  void setPlatiDoBase70( unsigned long secsFrom70 );
32  void setProvider( unsigned short provider );
33  void setCena( long cena );
34  void setZona1( unsigned short zona );
35  void setZona2( unsigned short zona );
36  void SetBusStop1( unsigned long busStop1 );
37  void SetBusStop2( unsigned long busStop2 );
38  void setCisloPovodnehoMesacnika( unsigned char cisloPovodnehoMesacnika );
39 
40  private:
41  class DataClass;
42  DataClass *d;
43  };
44  }
45  }
46 }
47 
48 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10