DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Validator.h
Go to the documentation of this file.
1 #ifndef VALIDATOR_H
2 #define VALIDATOR_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 #include <string>
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace StatistikaStrojcek
13  {
15  {
16  public:
17  Validator();
18  virtual ~Validator();
19 
20  virtual short getChksum();
21 
22  unsigned long GetValidatorNumber();
23  std::string GetApplicationVersion();
24  unsigned long GetAuthorizedProvidersValidityStart();
25  unsigned long GetEventsValidityStart();
26 
27  void SetValidatorNumber( unsigned long validatorNumber );
28  bool SetApplicationVersion( std::string applicationVersion );
29  void SetAuthorizedProvidersValidityStart( unsigned long authorizedProvidersValidityStart );
30  void SetEventsValidityStart( unsigned long eventsValidityStart );
31 
32  bool write();
33  bool read();
34 
35  private:
36  class DataClass;
37  DataClass *d;
38  };
39  }
40  }
41 }
42 
43 #endif // VALIDATOR_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EAbstraktnyZaznam.h:16
#define DATAIO_API
Definition: DataIODefines.h:10