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