Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
cba
PartToPartProxy.hxx
Go to the documentation of this file.
1
//Copyright 2022 Siemens Digital Industries Software
2
//==================================================
3
//Copyright $2023.
4
//Siemens Product Lifecycle Management Software Inc.
5
//All Rights Reserved.
6
//==================================================
7
//Copyright 2022 Siemens Digital Industries Software
8
9
/*==================================================================================================
10
File description:
11
This file contains the declaration for the Business Object, PartToPartProxy
12
Filename: PartToPartProxy.hxx
13
Module: cba
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__CBA__PARTTOPARTPROXY__HXX
18
#define TEAMCENTER__CBA__PARTTOPARTPROXY__HXX
19
20
#include <string>
21
#include <common/tc_deprecation_macros.h>
22
#include <
cba/TcUsageProxy.hxx
>
23
24
#include <cba/libcba_exports.h>
25
26
namespace
Teamcenter
27
{
28
namespace
cba
29
{
30
class
PartToPartProxy;
31
}
32
}
33
namespace
Teamcenter
34
{
35
namespace
cba
36
{
37
class
PartToPartProxyImpl;
38
}
39
}
40
namespace
Teamcenter
41
{
42
namespace
cba
43
{
44
class
PartToPartProxyDelegate;
45
}
46
}
47
namespace
Teamcenter
48
{
49
namespace
cba
50
{
51
class
PartToPartProxyDispatch;
52
}
53
}
54
namespace
Teamcenter
55
{
56
namespace
cba
57
{
58
class
PartToPartProxyGenImpl;
59
}
60
}
61
namespace
Teamcenter
62
{
63
class
RootObjectImpl;
64
}
65
66
class
CBA_API Teamcenter::
cba::PartToPartProxy
67
:
public
::Teamcenter::cba::TcUsageProxy
68
{
69
public
:
70
75
static
const
std::string&
getInterfaceName
();
76
77
85
int
getCba0ConsistencyStamp
( std::string &value,
bool
&isNull )
const
;
86
protected
:
87
// Method to initialize
88
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
89
93
PartToPartProxy
();
94
98
virtual
~PartToPartProxy
();
99
100
private
:
101
// Getter method for the Implementation Object
102
PartToPartProxyImpl*
getPartToPartProxyImpl
()
const
;
103
// Setter method for the Implementation Object
104
::Teamcenter::RootObjectImpl*
setPartToPartProxyImpl
( ::Teamcenter::RootObjectImpl* impl );
105
106
// Method to set the delete impl boolean
107
void
setDeleteImpl
(
bool
del );
108
109
// Pointer to the Implementation object
110
PartToPartProxyImpl*
m_parttopartproxyImpl
;
111
112
// Flag to indicate if Implementation object needs to be deleted
113
bool
m_deleteImpl
;
114
118
static
std::string
name
;
119
124
PartToPartProxy
(
const
PartToPartProxy
& );
125
PartToPartProxy
&
operator=
(
const
PartToPartProxy
& );
126
127
friend
class
PartToPartProxyDelegate;
128
friend
class
PartToPartProxyGenImpl;
129
};
130
131
#include <cba/libcba_undef.h>
132
#endif // TEAMCENTER__CBA__PARTTOPARTPROXY__HXX