VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfParameterDbEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfParamDbEntry.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtVrfParameterDbEntry_H_
15 #define DtVrfParameterDbEntry_H_
16 
17 #include <vrfExtProtocol/objectType.h>
18 
20 
23 {
24 public:
25 
28 
30  virtual ~DtVrfParameterDbEntry();
31 
32  virtual void setObjectType(const DtObjectType& objectType);
33  virtual const DtObjectType& objectType();
34 
35  virtual void setParameters(DtVrfObjectParameters* parameters);
36  virtual DtVrfObjectParameters * parameters();
37 
40  virtual DtVrfObjectParameters* load();
41 
44  virtual DtString uniqueIdentifier() const;
45 
48  void setTemporary(bool);
49  bool temporary() const;
50 
51 protected:
52 
55 
57  DtVrfParameterDbEntry& operator=(const DtVrfParameterDbEntry& orig);
58 
59 protected:
60 
61  DtObjectType myObjectType;
64 };
65 
67 {
68  myTemporary = b;
69 }
70 
72 {
73  return myTemporary;
74 }
75 
76 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)