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.9 KiB
85 lines
2.9 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, SSP0BvrServiceRequirementDispatch
|
|
Filename: SSP0BvrServiceRequirementDispatch.hxx
|
|
Module: serviceplanningdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEPLANNING__SSP0BVRSERVICEREQUIREMENTDISPATCH_HXX
|
|
#define TEAMCENTER__SERVICEPLANNING__SSP0BVRSERVICEREQUIREMENTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <serviceplanning/SSP0BvrServiceRequirement.hxx>
|
|
#include <serviceplanning/SSP0BvrServiceRequirementDelegate.hxx>
|
|
#include <foundationdispatch/Mfg0BvrProcessDispatch.hxx>
|
|
#include <serviceplanningdispatch/initializeserviceplanning.hxx>
|
|
|
|
#include <serviceplanningdispatch/libserviceplanningdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0BvrServiceRequirementDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0BvrServiceRequirementDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICEPLANNINGDISPATCH_API Teamcenter::serviceplanning::SSP0BvrServiceRequirementDispatch
|
|
: public Teamcenter::serviceplanning::SSP0BvrServiceRequirementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSP0BvrServiceRequirementDispatch instance
|
|
static SSP0BvrServiceRequirementDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static SSP0BvrServiceRequirementDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
SSP0BvrServiceRequirementDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~SSP0BvrServiceRequirementDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a SSP0BvrServiceRequirementDispatch
|
|
SSP0BvrServiceRequirementDispatch( const SSP0BvrServiceRequirementDispatch& );
|
|
|
|
// Assignment operator
|
|
SSP0BvrServiceRequirementDispatch& operator = ( const SSP0BvrServiceRequirementDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::serviceplanning::initializeserviceplanningInternal();
|
|
friend void ::Teamcenter::serviceplanning::initializeserviceplanningExtenders();
|
|
friend class Teamcenter::serviceplanning::SSP0BvrServiceRequirementDelegate;
|
|
};
|
|
|
|
#include <serviceplanningdispatch/libserviceplanningdispatch_undef.h>
|
|
#endif // TEAMCENTER__SERVICEPLANNING__SSP0BVRSERVICEREQUIREMENTDISPATCH_HXX
|