DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZastavkaVypis.h
Go to the documentation of this file.
1 #if !defined _EZASTAVKA_VYPIS_H_
2 #define _EZASTAVKA_VYPIS_H_
3 
4 #include <vector>
5 #include "dataio/DataIODefines.h"
6 #include "core/common/eplatform.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace CestovnePoriadky
15  {
16  class ENastupiste;
17 
18  class DATAIO_API EZastavkaVypis
19  {
20  public:
21  EZastavkaVypis();
22  virtual ~EZastavkaVypis();
23 
24  long GetLinkaCislo();
25 
29  long GetBinaryBusStopIndex();
30  unsigned short GetOrderOnLine();
31  unsigned short GetSpojCislo();
32  unsigned short GetOdchod();
33  unsigned char GetCisloTarifnejSkupiny();
34  short GetTarifneCislo();
35  char *GetLinkaCisloText();
36  ENastupiste *GetPlatform();
37  bool IsPokracujuci();
38 
39  void SetBinaryBusStopIndex( long binaryBusStopIndex );
40  void SetOrderOnLine( unsigned short orderOnLine );
41  void SetLinkaCislo( long newVal );
42  void SetLinkaCisloText( char *newVal );
43  void SetSpojCislo( unsigned short newVal );
44  void SetCisloTarifnejSkupiny( unsigned char newVal );
45  void SetTarifneCislo( short newVal );
46  void SetOdchod( unsigned short newVal );
47  void SetPlatform( ENastupiste *platform );
48  void IsPokracujuci( bool isPokracujuci );
49 
50  void PrintToLog();
51 
52  private:
53  class DataClass;
54  DataClass *d;
55  };
56  }
57  }
58  }
59 }
60 
61 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10