1 #if !defined(AFX_ETYPKARTY_TYPZLAVY_H__BBF3CA67_6AE2_453B_87F0_6C101E53B688__INCLUDED_)
2 #define AFX_ETYPKARTY_TYPZLAVY_H__BBF3CA67_6AE2_453B_87F0_6C101E53B688__INCLUDED_
4 #include "core/common/Node.h"
5 #include "dataio/DataIODefines.h"
11 namespace VstupneUdaje
13 namespace TarifnySystem
15 class ERootTarifnySystem;
16 class ETypKartyTypZlavyCol;
18 class DATAIO_API ETypKartyTypZlavy :
public ENode
25 DiscountTypeFullFareOWT = 1,
26 DiscountTypeCutPriceFareOWT = 2,
27 DiscountTypeFreeOWT = 3,
28 DiscountTypeDiscount2OWT = 4,
29 DiscountTypeDiscount3OWT = 5,
30 DiscountTypeDiscount4OWT = 6,
31 DiscountTypeDiscount5OWT = 7,
32 DiscountTypeDiscount6OWT = 8,
33 DiscountTypeDiscount7OWT = 9,
34 DiscountTypeDiscount8OWT = 10,
35 DiscountTypeFormerEmployeeOWT = 11,
36 DiscountTypeEmployeeRelativeUnder15OWT = 12,
37 DiscountTypeEmployeeOWT = 13,
38 DiscountTypeEmployeeRelativeOver15OWT = 14,
40 DiscountTypeFullFareTT = 101,
41 DiscountTypeCutPriceFareTT = 102,
42 DiscountTypeFreeTT = 103,
43 DiscountTypeDiscount1TT = 104,
44 DiscountTypeDiscount2TT = 105,
45 DiscountTypeSeniorTT = 106,
46 DiscountTypePupilTT = 107,
47 DiscountTypePortableTT = 108,
48 DiscountTypeBulkTT = 109,
49 DiscountTypeTouristicTT = 110,
50 DiscountTypeFormerEmployeeTT = 111,
51 DiscountTypeEmployeeRelativeUnder15TT = 112,
52 DiscountTypeEmployeeTT = 113,
53 DiscountTypeEmployeeRelativeOver15TT = 114
57 unsigned char kartaID,
61 unsigned char ExtJLID,
62 unsigned char ExtCLID,
63 unsigned char ExtKZID );
68 unsigned char GetKartaID();
69 unsigned char GetJLID();
70 unsigned char GetCLID();
71 unsigned char GetKZID();
72 unsigned char GetExtJLID();
73 unsigned char GetExtCLID();
74 unsigned char GetExtKZID();
75 unsigned short GetCisloZavodu();
76 unsigned short GetIDS();
77 unsigned short GetDailyCapping();
78 unsigned short GetWeeklyCapping();
80 void SetCisloZavodu(
unsigned short cisloZavodu );
81 void SetIDS(
unsigned short ids );
82 void SetDailyCapping(
unsigned short dailyCapping );
83 void SetWeeklyCapping(
unsigned short weeklyCapping );
Definition: ETypKartyTypZlavy.h:18
Definition: ETypKartyTypZlavyCol.h:19
DiscountType
Definition: ETypKartyTypZlavy.h:21
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10