AppCore
Loading...
Searching...
No Matches
EPreIssueOutputData.h
Go to the documentation of this file.
1#ifndef EPREISSUEOUTPUTDATA_H
2#define EPREISSUEOUTPUTDATA_H
3
4namespace EM
5{
6 namespace Strojcek
7 {
8 namespace VstupneUdaje
9 {
10 namespace TarifnySystem
11 {
12 class ETarifa;
13 }
14 }
15 }
16
17 namespace TicketIssueLogic
18 {
22 class EPreIssueOutputData
23 {
25
26 class DataClass;
27 DataClass *d;
28
30
31 public:
34
35 void SetValidityTimeSpan( unsigned long validityTimeSpan );
36 unsigned long GetValidityTimeSpan() const;
37
38 void SetPreparedTariff( Strojcek::VstupneUdaje::TarifnySystem::ETarifa *preparedTariff );
39 Strojcek::VstupneUdaje::TarifnySystem::ETarifa *GetPreparedTariff() const;
40
41 void SetTicketPrice( long ticketPrice );
42 long GetTicketPrice() const;
43
44 void SetTicketCount( long ticketCount );
45 long GetTicketCount() const;
46
47 void SetTimeTicket( bool isTimeTicket );
48 bool GetTimeTicket() const;
49
50 void SetTimeTicketIndex( signed char index);
51 signed char GetTimeTicketIndex() const;
52
53 void SetCheckOutBusStopTripOrder(long busStopTripOrder );
55
56 void SetUsedCustomerProfileIndex( unsigned char customerProfileIndex );
57 unsigned char GetUsedCustomerProfileIndex() const;
58 };
59 }
60}
61
62
63#endif // EPREISSUEOUTPUTDATA_H
void SetPreparedTariff(Strojcek::VstupneUdaje::TarifnySystem::ETarifa *preparedTariff)
void SetUsedCustomerProfileIndex(unsigned char customerProfileIndex)
Strojcek::VstupneUdaje::TarifnySystem::ETarifa * GetPreparedTariff() const
unsigned char GetUsedCustomerProfileIndex() const
void SetValidityTimeSpan(unsigned long validityTimeSpan)
void SetCheckOutBusStopTripOrder(long busStopTripOrder)
void SetTimeTicketIndex(signed char index)
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7