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

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