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.
85 lines
2.4 KiB
85 lines
2.4 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, CPTradeItemDispatch
|
|
Filename: CPTradeItemDispatch.hxx
|
|
Module: fpmgmtdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FPMGMT__CPTRADEITEMDISPATCH_HXX
|
|
#define TEAMCENTER__FPMGMT__CPTRADEITEMDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <fpmgmt/CPTradeItem.hxx>
|
|
#include <fpmgmt/CPTradeItemDelegate.hxx>
|
|
#include <foundationdispatch/ItemDispatch.hxx>
|
|
#include <fpmgmtdispatch/initializefpmgmt.hxx>
|
|
|
|
#include <fpmgmtdispatch/libfpmgmtdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace FPMGMT
|
|
{
|
|
class CPTradeItemDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace FPMGMT
|
|
{
|
|
class CPTradeItemDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class FPMGMTDISPATCH_API Teamcenter::FPMGMT::CPTradeItemDispatch
|
|
: public Teamcenter::FPMGMT::CPTradeItemDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPTradeItemDispatch instance
|
|
static CPTradeItemDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static CPTradeItemDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
CPTradeItemDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~CPTradeItemDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a CPTradeItemDispatch
|
|
CPTradeItemDispatch( const CPTradeItemDispatch& );
|
|
|
|
// Assignment operator
|
|
CPTradeItemDispatch& operator = ( const CPTradeItemDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::FPMGMT::initializefpmgmtInternal();
|
|
friend void ::Teamcenter::FPMGMT::initializefpmgmtExtenders();
|
|
friend class Teamcenter::FPMGMT::CPTradeItemDelegate;
|
|
};
|
|
|
|
#include <fpmgmtdispatch/libfpmgmtdispatch_undef.h>
|
|
#endif // TEAMCENTER__FPMGMT__CPTRADEITEMDISPATCH_HXX
|