VR-Forces 4.1 Class Documentation
promotionIdObjectNameInfo.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: promotionIdObjectNameInfo.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtPromotionIdObjectNameInformation_H_
13 #define DtPromotionIdObjectNameInformation_H_
14 
15 #include "vrfutil/rdrWritr.h"
16 #include "vrfutil/rwInt.h"
17 #include "vrfutil/rwList.h"
18 #include "vrfutil/rwString.h"
19 #include <vl/hostStructs.h>
21 
22 #include <map>
23 
26 
28 
31 {
32 public:
34 
36  DtReaderWriterRegistry* const parentRegistry = NULL);
37 
39  DtReaderWriterRegistry* const parentRegistry = NULL);
40 
42  DtReaderWriterRegistry* const parentRegistry = NULL);
43 
44  DtPromotionIdObjectNameInformation(int promotionId, const DtString& routeName,
45  const DtString& name = "promotion-id-route-name-information",
46  DtReaderWriterRegistry* const parentRegistry = NULL);
47 
48  DtPromotionIdObjectNameInformation(int promotionId, const DtString& routeName,
49  const DtSymbolString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
50 
52 
54 
55  int promotionId() const { return myPromotionId; };
56  void setPromotionId(int promotionId) { myPromotionId = promotionId; };
57 
58  const DtString& objectName() const { return myObjectName; };
59  void setObjectNameName(const DtString& objectName) { myObjectName = objectName; };
60 
61 protected:
62  DtRwInt myPromotionId;
64 };
65 
67 
68 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)