You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.5 KiB
80 lines
2.5 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//e
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, C2_IssueOwnerDispatch
|
|
Filename: C2_IssueOwnerDispatch.hxx
|
|
Module: cpa0capadatamodeldispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__C2_ISSUEOWNERDISPATCH_HXX
|
|
#define CAPADATAMODEL__C2_ISSUEOWNERDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <CPA0capadatamodel/C2_IssueOwner.hxx>
|
|
#include <CPA0capadatamodel/C2_IssueOwnerDelegate.hxx>
|
|
#include <foundationdispatch/ParticipantDispatch.hxx>
|
|
#include <cpa0capadatamodeldispatch/initializecpa0capadatamodel.hxx>
|
|
|
|
#include <cpa0capadatamodeldispatch/libcpa0capadatamodeldispatch_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class C2_IssueOwnerDispatch;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2_IssueOwnerDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CPA0CAPADATAMODELDISPATCH_API capadatamodel::C2_IssueOwnerDispatch
|
|
: public capadatamodel::C2_IssueOwnerDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the C2_IssueOwnerDispatch instance
|
|
static C2_IssueOwnerDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static C2_IssueOwnerDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
C2_IssueOwnerDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~C2_IssueOwnerDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a C2_IssueOwnerDispatch
|
|
C2_IssueOwnerDispatch( const C2_IssueOwnerDispatch& );
|
|
|
|
// Assignment operator
|
|
C2_IssueOwnerDispatch& operator = ( const C2_IssueOwnerDispatch& );
|
|
|
|
// friend
|
|
friend void ::cpa0capadatamodel::initializecpa0capadatamodelInternal();
|
|
friend void ::cpa0capadatamodel::initializecpa0capadatamodelExtenders();
|
|
friend class capadatamodel::C2_IssueOwnerDelegate;
|
|
};
|
|
|
|
#include <cpa0capadatamodeldispatch/libcpa0capadatamodeldispatch_undef.h>
|
|
#endif // CAPADATAMODEL__C2_ISSUEOWNERDISPATCH_HXX
|