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
3.0 KiB
85 lines
3.0 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, SSS0RequiredNeutralResourceDispatch
|
|
Filename: SSS0RequiredNeutralResourceDispatch.hxx
|
|
Module: serviceschedulingdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDISPATCH_HXX
|
|
#define TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <sss0svcscheduling/SSS0RequiredNeutralResource.hxx>
|
|
#include <sss0svcscheduling/SSS0RequiredNeutralResourceDelegate.hxx>
|
|
#include <foundationdispatch/ImanRelationDispatch.hxx>
|
|
#include <serviceschedulingdispatch/initializeservicescheduling.hxx>
|
|
|
|
#include <serviceschedulingdispatch/libserviceschedulingdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResourceDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0RequiredNeutralResourceDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICESCHEDULINGDISPATCH_API Teamcenter::servicescheduling::SSS0RequiredNeutralResourceDispatch
|
|
: public Teamcenter::servicescheduling::SSS0RequiredNeutralResourceDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSS0RequiredNeutralResourceDispatch instance
|
|
static SSS0RequiredNeutralResourceDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static SSS0RequiredNeutralResourceDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
SSS0RequiredNeutralResourceDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~SSS0RequiredNeutralResourceDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a SSS0RequiredNeutralResourceDispatch
|
|
SSS0RequiredNeutralResourceDispatch( const SSS0RequiredNeutralResourceDispatch& );
|
|
|
|
// Assignment operator
|
|
SSS0RequiredNeutralResourceDispatch& operator = ( const SSS0RequiredNeutralResourceDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::servicescheduling::initializeserviceschedulingInternal();
|
|
friend void ::Teamcenter::servicescheduling::initializeserviceschedulingExtenders();
|
|
friend class Teamcenter::servicescheduling::SSS0RequiredNeutralResourceDelegate;
|
|
};
|
|
|
|
#include <serviceschedulingdispatch/libserviceschedulingdispatch_undef.h>
|
|
#endif // TEAMCENTER__SERVICESCHEDULING__SSS0REQUIREDNEUTRALRESOURCEDISPATCH_HXX
|