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.

124 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, DC_SkdPM
Filename: DC_SkdPM.hxx
Module: contmgmts1000d
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDPM__HXX
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDPM__HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmtbase/DC_Topic.hxx>
#include <contmgmts1000d/libcontmgmts1000d_exports.h>
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdPM;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdPMImpl;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdPMDelegate;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdPMDispatch;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdPMGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdPM
: public ::Teamcenter::contmgmtbase::DC_Topic
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
DC_SkdPM();
/**
* Destructor
*/
virtual ~DC_SkdPM();
private:
// Getter method for the Implementation Object
DC_SkdPMImpl* getDC_SkdPMImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setDC_SkdPMImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
DC_SkdPMImpl* m_dc_skdpmImpl;
// Flag to indicate if Implementation object needs to be deleted
bool m_deleteImpl;
/**
* Name of the Business Object
*/
static std::string name;
/**
* Private default constructor. We do not want this class instantiated without the business object passed in.
* @param DC_SkdPM - desc for DC_SkdPM parameter
*/
DC_SkdPM( const DC_SkdPM& );
DC_SkdPM& operator=( const DC_SkdPM& );
friend class DC_SkdPMDelegate;
friend class DC_SkdPMDispatch;
friend class DC_SkdPMGenImpl;
};
#include <contmgmts1000d/libcontmgmts1000d_undef.h>
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDPM__HXX