Teamcenter C++ API Reference
2312
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
meta
Release.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, Release
12
Filename: Release.hxx
13
Module: meta
14
@BMIDE autogenerated
15
==================================================================================================*/
16
17
#ifndef TEAMCENTER__RELEASE__HXX
18
#define TEAMCENTER__RELEASE__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 <meta/libmeta_exports.h>
26
27
namespace
Teamcenter
28
{
29
class
Release;
30
}
31
namespace
Teamcenter
32
{
33
class
ReleaseImpl;
34
}
35
namespace
Teamcenter
36
{
37
class
ReleaseDelegate;
38
}
39
namespace
Teamcenter
40
{
41
class
ReleaseDispatch;
42
}
43
namespace
Teamcenter
44
{
45
class
ReleaseGenImpl;
46
}
47
namespace
Teamcenter
48
{
49
class
RootObjectImpl;
50
}
51
52
class
META_API Teamcenter::
Release
53
:
public
::Teamcenter::POM_object
54
{
55
public
:
56
61
static
const
std::string&
getInterfaceName
();
62
63
71
int
getDescription
( std::string &value,
bool
&isNull )
const
;
72
80
int
getDisplayName
( std::string &value,
bool
&isNull )
const
;
81
89
int
getName
( std::string &value,
bool
&isNull )
const
;
90
98
int
getPriorRelease
( tag_t &value,
bool
&isNull )
const
;
99
107
int
getReleaseType
(
int
&value,
bool
&isNull )
const
;
108
116
int
getServiceVersion
( std::string &value,
bool
&isNull )
const
;
117
125
int
setDescription
(
const
std::string &value,
bool
isNull=
false
);
126
134
int
setDisplayName
(
const
std::string &value,
bool
isNull=
false
);
135
143
int
setName
(
const
std::string &value,
bool
isNull=
false
);
144
152
int
setPriorRelease
(
const
tag_t &value,
bool
isNull=
false
);
153
161
int
setReleaseType
(
int
value,
bool
isNull=
false
);
162
170
int
setServiceVersion
(
const
std::string &value,
bool
isNull=
false
);
171
protected
:
172
// Method to initialize
173
virtual
void
initialize
( ::Teamcenter::RootObjectImpl* impl );
174
178
Release
();
179
183
virtual
~Release
();
184
185
private
:
186
// Getter method for the Implementation Object
187
ReleaseImpl*
getReleaseImpl
()
const
;
188
// Setter method for the Implementation Object
189
::Teamcenter::RootObjectImpl*
setReleaseImpl
( ::Teamcenter::RootObjectImpl* impl );
190
191
// Method to set the delete impl boolean
192
void
setDeleteImpl
(
bool
del );
193
194
// Pointer to the Implementation object
195
ReleaseImpl*
m_releaseImpl
;
196
197
// Flag to indicate if Implementation object needs to be deleted
198
bool
m_deleteImpl
;
199
203
static
std::string
name
;
204
209
Release
(
const
Release
& );
210
Release
&
operator=
(
const
Release
& );
211
212
friend
class
ReleaseDelegate;
213
friend
class
ReleaseGenImpl;
214
};
215
216
#include <meta/libmeta_undef.h>
217
#endif // TEAMCENTER__RELEASE__HXX