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.5 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, CPBrandEquityDispatch
Filename: CPBrandEquityDispatch.hxx
Module: brndmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__BRNDMGMT__CPBRANDEQUITYDISPATCH_HXX
#define TEAMCENTER__BRNDMGMT__CPBRANDEQUITYDISPATCH_HXX
#include <vector>
#include <brndmgmt/CPBrandEquity.hxx>
#include <brndmgmt/CPBrandEquityDelegate.hxx>
#include <foundationdispatch/ItemDispatch.hxx>
#include <brndmgmtdispatch/initializebrndmgmt.hxx>
#include <brndmgmtdispatch/libbrndmgmtdispatch_exports.h>
namespace Teamcenter
{
namespace BRNDMGMT
{
class CPBrandEquityDispatch;
}
}
namespace Teamcenter
{
namespace BRNDMGMT
{
class CPBrandEquityDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class BRNDMGMTDISPATCH_API Teamcenter::BRNDMGMT::CPBrandEquityDispatch
: public Teamcenter::BRNDMGMT::CPBrandEquityDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CPBrandEquityDispatch instance
static CPBrandEquityDispatch& getInstance();
private:
// Pointer to the dispatch instance
static CPBrandEquityDispatch* m_dispatch;
// Default Constructor
CPBrandEquityDispatch();
// Default Destructor
virtual ~CPBrandEquityDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a CPBrandEquityDispatch
CPBrandEquityDispatch( const CPBrandEquityDispatch& );
// Assignment operator
CPBrandEquityDispatch& operator = ( const CPBrandEquityDispatch& );
// friend
friend void ::Teamcenter::BRNDMGMT::initializebrndmgmtInternal();
friend void ::Teamcenter::BRNDMGMT::initializebrndmgmtExtenders();
friend class Teamcenter::BRNDMGMT::CPBrandEquityDelegate;
};
#include <brndmgmtdispatch/libbrndmgmtdispatch_undef.h>
#endif // TEAMCENTER__BRNDMGMT__CPBRANDEQUITYDISPATCH_HXX