DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETypyKariet.h
Go to the documentation of this file.
1 #if !defined(AFX_ETYPYKARIET_H__97E00D5B_3E1C_4A1B_ADDA_067A24DE42A0__INCLUDED_)
2 #define AFX_ETYPYKARIET_H__97E00D5B_3E1C_4A1B_ADDA_067A24DE42A0__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace TarifnySystem
14  {
15  class EPodTypyKarietCol;
16  class ETypyKarietCol;
17 
18  class DATAIO_API ETypyKariet : public ENode
19  {
20  public:
22  {
23  UndefinedCardTypeStandard = 0,
24  CardTypeEmtestStandard = 1,
25  CardTypeEN1545Standard = 2
26  };
27 
28  ETypyKariet( ETypyKarietCol *owner );
29  virtual ~ETypyKariet();
30 
31  EPodTypyKarietCol *GetPodTypyKarietCol();
32  ETypyKarietCol *GetOwner();
33 
34  unsigned char GetTypKartyID();
35  char *GetTypKarty();
36  unsigned char GetTypKartyNumber();
37  unsigned char GetDruhKarty();
38 
39  void SetTypKartyID( unsigned char newVal );
40  void SetTypKarty( char *newVal );
41  void SetTypKartyNumber( unsigned char newVal );
42  void SetDruhKarty( unsigned char newVal );
43 
44  ETypyKariet *GetLeft();
45  ETypyKariet *GetRight();
46 
47  private:
48  class DataClass;
49  DataClass *d;
50  };
51  }
52  }
53  }
54 }
55 
56 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10