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.

79 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, Mat1UsesMaterialDispatch
Filename: Mat1UsesMaterialDispatch.hxx
Module: materialmgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef MATERIALMGMT__MAT1USESMATERIALDISPATCH_HXX
#define MATERIALMGMT__MAT1USESMATERIALDISPATCH_HXX
#include <vector>
#include <mat1materialmgmt/Mat1UsesMaterial.hxx>
#include <mat1materialmgmt/Mat1UsesMaterialDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <materialmgmtdispatch/initializematerialmgmt.hxx>
#include <materialmgmtdispatch/libmaterialmgmtdispatch_exports.h>
namespace materialmgmt
{
class Mat1UsesMaterialDispatch;
}
namespace materialmgmt
{
class Mat1UsesMaterialDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class MATERIALMGMTDISPATCH_API materialmgmt::Mat1UsesMaterialDispatch
: public materialmgmt::Mat1UsesMaterialDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mat1UsesMaterialDispatch instance
static Mat1UsesMaterialDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Mat1UsesMaterialDispatch* m_dispatch;
// Default Constructor
Mat1UsesMaterialDispatch();
// Default Destructor
virtual ~Mat1UsesMaterialDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Mat1UsesMaterialDispatch
Mat1UsesMaterialDispatch( const Mat1UsesMaterialDispatch& );
// Assignment operator
Mat1UsesMaterialDispatch& operator = ( const Mat1UsesMaterialDispatch& );
// friend
friend void ::materialmgmt::initializematerialmgmtInternal();
friend void ::materialmgmt::initializematerialmgmtExtenders();
friend class materialmgmt::Mat1UsesMaterialDelegate;
};
#include <materialmgmtdispatch/libmaterialmgmtdispatch_undef.h>
#endif // MATERIALMGMT__MAT1USESMATERIALDISPATCH_HXX