Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
docmgt
DerivedObj.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, DerivedObj
12
Filename: DerivedObj.hxx
13
Module: docmgt
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__DERIVEDOBJ__HXX
18
#define TEAMCENTER__DERIVEDOBJ__HXX
19
20
#include <string>
21
#include <unidefs.h>
22
#include <common/tc_deprecation_macros.h>
23
#include <
tccore/POM_object.hxx
>
24
25
#include <docmgt/libdocmgt_exports.h>
26
27
namespace
Teamcenter
28
{
29
class
DerivedObj;
30
}
31
namespace
Teamcenter
32
{
33
class
DerivedObjImpl;
34
}
35
namespace
Teamcenter
36
{
37
class
DerivedObjDelegate;
38
}
39
namespace
Teamcenter
40
{
41
class
DerivedObjDispatch;
42
}
43
namespace
Teamcenter
44
{
45
class
DerivedObjGenImpl;
46
}
47
namespace
Teamcenter
48
{
49
class
RootObjectImpl;
50
}
51
52
class
DOCMGT_API Teamcenter::
DerivedObj
53
:
public
::Teamcenter::POM_object
54
{
55
public
:
56
61
static
const
std::string&
getInterfaceName
();
62
63
71
int
getDefining_irdc
( std::string &value,
bool
&isNull )
const
;
72
80
int
getDer_dataset_type_name
( tag_t &value,
bool
&isNull )
const
;
81
89
int
getDer_required
(
bool
&value,
bool
&isNull )
const
;
90
98
int
getItem_revision_relation
( tag_t &value,
bool
&isNull )
const
;
99
107
int
setDefining_irdc
(
const
std::string &value,
bool
isNull=
false
);
108
116
int
setDer_dataset_type_name
(
const
tag_t &value,
bool
isNull=
false
);
117
125
int
setDer_required
(
bool
value,
bool
isNull=
false
);
126
134
int
setItem_revision_relation
(
const
tag_t &value,
bool
isNull=
false
);
135
protected
:
136
// Method to initialize
137
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
138
142
DerivedObj
();
143
147
virtual
~DerivedObj
();
148
149
private
:
150
// Getter method for the Implementation Object
151
DerivedObjImpl*
getDerivedObjImpl
()
const
;
152
// Setter method for the Implementation Object
153
::Teamcenter::RootObjectImpl*
setDerivedObjImpl
( ::Teamcenter::RootObjectImpl* impl );
154
155
// Method to set the delete impl boolean
156
void
setDeleteImpl
(
bool
del );
157
158
// Pointer to the Implementation object
159
DerivedObjImpl*
m_derivedobjImpl
;
160
161
// Flag to indicate if Implementation object needs to be deleted
162
bool
m_deleteImpl
;
163
167
static
std::string
name
;
168
173
DerivedObj
(
const
DerivedObj
& );
174
DerivedObj
&
operator=
(
const
DerivedObj
& );
175
176
friend
class
DerivedObjDelegate;
177
friend
class
DerivedObjGenImpl;
178
};
179
180
#include <docmgt/libdocmgt_undef.h>
181
#endif // TEAMCENTER__DERIVEDOBJ__HXX