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, Ctm0BOMLineDispatch
Filename: Ctm0BOMLineDispatch.hxx
Module: contmgmtbasedispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTBASE__CTM0BOMLINEDISPATCH_HXX
#define TEAMCENTER__CONTMGMTBASE__CTM0BOMLINEDISPATCH_HXX
#include <vector>
#include <contmgmtbase/Ctm0BOMLine.hxx>
#include <contmgmtbase/Ctm0BOMLineDelegate.hxx>
#include <foundationdispatch/ImanItemLineDispatch.hxx>
#include <contmgmtbasedispatch/initializecontmgmtbase.hxx>
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_exports.h>
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMLineDispatch;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMLineDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CONTMGMTBASEDISPATCH_API Teamcenter::contmgmtbase::Ctm0BOMLineDispatch
: public Teamcenter::contmgmtbase::Ctm0BOMLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ctm0BOMLineDispatch instance
static Ctm0BOMLineDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Ctm0BOMLineDispatch* m_dispatch;
// Default Constructor
Ctm0BOMLineDispatch();
// Default Destructor
virtual ~Ctm0BOMLineDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Ctm0BOMLineDispatch
Ctm0BOMLineDispatch( const Ctm0BOMLineDispatch& );
// Assignment operator
Ctm0BOMLineDispatch& operator = ( const Ctm0BOMLineDispatch& );
// friend
friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseInternal();
friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseExtenders();
friend class Teamcenter::contmgmtbase::Ctm0BOMLineDelegate;
};
#include <contmgmtbasedispatch/libcontmgmtbasedispatch_undef.h>
#endif // TEAMCENTER__CONTMGMTBASE__CTM0BOMLINEDISPATCH_HXX