VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
objIdNameEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vl/hostStructs.h>
12 #include <vlutil/vlString.h>
13 #include <vrfutil/rwUUID.h>
14 
19 
20 #include "vrfmsgs/vrfmsgsDefines.h"
22 {
23 public:
24 
27 
29  DtObjIdNameEntry(const DtEntityIdentifier& objectIdentifier,
30  const DtString& objectName = DtString::nullString(),
31  const DtUUID& objectUUID = DtUUID::nullUUID());
32 
34  virtual ~DtObjIdNameEntry();
35 
38 
40  DtObjIdNameEntry& operator=(const DtObjIdNameEntry& orig);
41 
43  virtual void setObjectIdentifier(const DtEntityIdentifier& objectIdentifier);
44  virtual const DtEntityIdentifier& objectIdentifier() const;
45 
47  virtual void setObjectName(const DtString& objectName);
48  virtual const DtString & objectName() const;
49 
50  virtual void setObjectUUID(const DtUUID& objectName);
51  virtual const DtUUID & objectUUID() const;
52 
53 protected:
54 
55  DtEntityIdentifier myObjectIdentifier;
58 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)