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.6 KiB
79 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, Lgt0LogisticBOPRevisionDispatch
|
|
Filename: Lgt0LogisticBOPRevisionDispatch.hxx
|
|
Module: lgt0logisticsdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__LGT0LOGISTICBOPREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__LGT0LOGISTICBOPREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Lgt0logistics/Lgt0LogisticBOPRevision.hxx>
|
|
#include <Lgt0logistics/Lgt0LogisticBOPRevisionDelegate.hxx>
|
|
#include <foundationdispatch/Mfg0MEPlantBOPRevisionDispatch.hxx>
|
|
#include <lgt0logisticsdispatch/initializelgt0logistics.hxx>
|
|
|
|
#include <lgt0logisticsdispatch/liblgt0logisticsdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevisionDispatch;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class LGT0LOGISTICSDISPATCH_API Teamcenter::Lgt0LogisticBOPRevisionDispatch
|
|
: public Teamcenter::Lgt0LogisticBOPRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Lgt0LogisticBOPRevisionDispatch instance
|
|
static Lgt0LogisticBOPRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Lgt0LogisticBOPRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Lgt0LogisticBOPRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Lgt0LogisticBOPRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Lgt0LogisticBOPRevisionDispatch
|
|
Lgt0LogisticBOPRevisionDispatch( const Lgt0LogisticBOPRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
Lgt0LogisticBOPRevisionDispatch& operator = ( const Lgt0LogisticBOPRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::initializelgt0logisticsInternal();
|
|
friend void ::Teamcenter::initializelgt0logisticsExtenders();
|
|
friend class Teamcenter::Lgt0LogisticBOPRevisionDelegate;
|
|
};
|
|
|
|
#include <lgt0logisticsdispatch/liblgt0logisticsdispatch_undef.h>
|
|
#endif // TEAMCENTER__LGT0LOGISTICBOPREVISIONDISPATCH_HXX
|