DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESetFirma.h
Go to the documentation of this file.
1 #if !defined ESETFIRMA_H
2 #define ESETFIRMA_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace Nastavenia
13  {
14  class ERootNastavenia;
15  class ESetICDPHCol;
16 
17  class DATAIO_API ESetFirma
18  {
19  public:
20  ESetFirma( ERootNastavenia *owner );
21  virtual ~ESetFirma();
22 
23  ERootNastavenia *GetOwner();
24 
25  char *GetNazovFirmy();
26  unsigned long GetICO();
27  char *GetDIC();
28  char *GetICDPH();
29  unsigned short GetCisloZavoduStrojcek();
30  unsigned short GetStatID();
31  unsigned short GetCisloMHD();
32  unsigned long GetNetworkID();
33  unsigned long GetNetworkCode();
34  unsigned short GetProviderID();
35  unsigned short GetCountryCode();
36  unsigned short GetFirmaID();
37 
38  void SetNazovFirmy( const char *nazovFirmy );
39  void SetICO( unsigned long ico );
40  void SetDIC( const char *dic );
41  void SetICDPH( const char *icDPH );
42  void SetCisloZavoduStrojcek( unsigned short cisloZavoduStrojcek );
43  void SetStatID( unsigned short statID );
44  void SetCisloMHD( unsigned short cisloMHD );
45  void SetNetworkCode( unsigned long networkCode );
46  void SetProviderID( unsigned short providerID );
47  void SetCountryCode( unsigned short providerID );
48  void SetFirmaID( unsigned short firmaID );
49 
50  ESetICDPHCol *GetSetICDPHCol();
51 
52  long Write();
53  long Read();
54 
55  private:
56  class DataClass;
57  DataClass *d;
58  };
59  }
60  }
61  }
62 }
63 
64 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10