Teamcenter C++ API Reference  2312
ValidationResult.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, ValidationResult
12  Filename: ValidationResult.hxx
13  Module: validation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__VALIDATIONRESULT__HXX
18 #define TEAMCENTER__VALIDATIONRESULT__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <validation/libvalidation_exports.h>
26 
27 namespace Teamcenter
28 {
29  class ValidationResult;
30 }
31 namespace Teamcenter
32 {
33  class ValidationResultImpl;
34 }
35 namespace Teamcenter
36 {
37  class ValidationResultDelegate;
38 }
39 namespace Teamcenter
40 {
41  class ValidationResultDispatch;
42 }
43 namespace Teamcenter
44 {
45  class ValidationResultGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class VALIDATION_API Teamcenter::ValidationResult
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0_final_val_result( bool &value, bool &isNull ) const;
72 
80  int getFnd0_owning_obj_of_result( tag_t &value, bool &isNull ) const;
81 
89  int getFnd0_valdata_checker_name( std::string &value, bool &isNull ) const;
90 
98  int getFnd0OwningObject( tag_t &value, bool &isNull ) const;
99 
107  int getObject_name( std::string &value, bool &isNull ) const;
108 
116  int getOverride_approval_data( tag_t &value, bool &isNull ) const;
117 
125  int getOverride_category( std::string &value, bool &isNull ) const;
126 
134  int getOverride_decision_comments( std::string &value, bool &isNull ) const;
135 
143  int getOverride_decision_date( date_t &value, bool &isNull ) const;
144 
152  int getOverride_decision_user( tag_t &value, bool &isNull ) const;
153 
161  int getOverride_reason( std::string &value, bool &isNull ) const;
162 
170  int getOverride_reason_detail( std::string &value, bool &isNull ) const;
171 
179  int getOverride_request_date( date_t &value, bool &isNull ) const;
180 
188  int getOverride_request_state( std::string &value, bool &isNull ) const;
189 
197  int getOverride_request_user( tag_t &value, bool &isNull ) const;
198 
206  int getOverride_to_state( std::string &value, bool &isNull ) const;
207 
215  int getOverride_type( std::string &value, bool &isNull ) const;
216 
224  int getResult_state_flag( int &value, bool &isNull ) const;
225 
233  int getValdata_revision( tag_t &value, bool &isNull ) const;
234 
242  int setFnd0_valdata_checker_name( const std::string &value, bool isNull=false );
243 
251  int setFnd0OwningObject( const tag_t &value, bool isNull=false );
252 
260  int setObject_name( const std::string &value, bool isNull=false );
261 
269  int setOverride_approval_data( const tag_t &value, bool isNull=false );
270 
278  int setOverride_category( const std::string &value, bool isNull=false );
279 
287  int setOverride_decision_comments( const std::string &value, bool isNull=false );
288 
296  int setOverride_decision_date( const date_t &value, bool isNull=false );
297 
305  int setOverride_decision_user( const tag_t &value, bool isNull=false );
306 
314  int setOverride_reason( const std::string &value, bool isNull=false );
315 
323  int setOverride_reason_detail( const std::string &value, bool isNull=false );
324 
332  int setOverride_request_date( const date_t &value, bool isNull=false );
333 
341  int setOverride_request_state( const std::string &value, bool isNull=false );
342 
350  int setOverride_request_user( const tag_t &value, bool isNull=false );
351 
359  int setOverride_to_state( const std::string &value, bool isNull=false );
360 
368  int setOverride_type( const std::string &value, bool isNull=false );
369 
377  int setResult_state_flag( int value, bool isNull=false );
378 
386  int setTarget_item_rev( const tag_t &value, bool isNull=false );
387 
395  int setValdata_revision( const tag_t &value, bool isNull=false );
396 
404  int setValidation_name( const std::string &value, bool isNull=false );
405 protected:
406  // Method to initialize
407  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
408 
413 
417  virtual ~ValidationResult();
418 
419 private:
420  // Getter method for the Implementation Object
421  ValidationResultImpl* getValidationResultImpl() const;
422  // Setter method for the Implementation Object
423  ::Teamcenter::RootObjectImpl* setValidationResultImpl( ::Teamcenter::RootObjectImpl* impl );
424 
425  // Method to set the delete impl boolean
426  void setDeleteImpl( bool del );
427 
428  // Pointer to the Implementation object
429  ValidationResultImpl* m_validationresultImpl;
430 
431  // Flag to indicate if Implementation object needs to be deleted
433 
437  static std::string name;
438 
445 
446  friend class ValidationResultDelegate;
447  friend class ValidationResultGenImpl;
448 };
449 
450 #include <validation/libvalidation_undef.h>
451 #endif // TEAMCENTER__VALIDATIONRESULT__HXX