Teamcenter C++ API Reference  2312
Fnd0AlsGroup.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, Fnd0AlsGroup
12  Filename: Fnd0AlsGroup.hxx
13  Module: sa
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0ALSGROUP__HXX
18 #define TEAMCENTER__FND0ALSGROUP__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <sa/libsa_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0AlsGroup;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0AlsGroupImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0AlsGroupDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0AlsGroupDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0AlsGroupGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class SA_API Teamcenter::Fnd0AlsGroup
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0AlsGroupProperties( std::vector< std::string > &values, std::vector< int > &isNull ) const;
72 
79  int getFnd0AlsGroupPropertiesDisplayableValues( std::vector< std::string > &values );
80 
88  int getFnd0AlsGroupType( std::string &value, bool &isNull ) const;
89 
96  int getFnd0AlsGroupTypeDisplayableValues( std::vector< std::string > &values );
97 
105  int getIs_modifiable( bool &value, bool &isNull ) const;
106 
114  int setFnd0AlsGroupProperties( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
115 protected:
116  // Method to initialize
117  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
118 
122  Fnd0AlsGroup();
123 
127  virtual ~Fnd0AlsGroup();
128 
129 private:
130  // Getter method for the Implementation Object
131  Fnd0AlsGroupImpl* getFnd0AlsGroupImpl() const;
132  // Setter method for the Implementation Object
133  ::Teamcenter::RootObjectImpl* setFnd0AlsGroupImpl( ::Teamcenter::RootObjectImpl* impl );
134 
135  // Method to set the delete impl boolean
136  void setDeleteImpl( bool del );
137 
138  // Pointer to the Implementation object
139  Fnd0AlsGroupImpl* m_fnd0alsgroupImpl;
140 
141  // Flag to indicate if Implementation object needs to be deleted
143 
147  static std::string name;
148 
153  Fnd0AlsGroup( const Fnd0AlsGroup& );
155 
156  friend class Fnd0AlsGroupDelegate;
157  friend class Fnd0AlsGroupGenImpl;
158 };
159 
160 #include <sa/libsa_undef.h>
161 #endif // TEAMCENTER__FND0ALSGROUP__HXX