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
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, DC_SkdDDN
Filename: DC_SkdDDN.hxx
Module: contmgmts1000d
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDDN__HXX
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDDDN__HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmtbase/DC_Topic.hxx>
#include <contmgmts1000d/libcontmgmts1000d_exports.h>
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDN;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNImpl;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNDelegate;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNDispatch;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdDDN
: 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_SkdDDN();
/**
* Destructor
*/
virtual ~DC_SkdDDN();
private:
// Getter method for the Implementation Object
DC_SkdDDNImpl* getDC_SkdDDNImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setDC_SkdDDNImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
DC_SkdDDNImpl* m_dc_skdddnImpl;
// 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_SkdDDN - desc for DC_SkdDDN parameter
*/
DC_SkdDDN( const DC_SkdDDN& );
DC_SkdDDN& operator=( const DC_SkdDDN& );
friend class DC_SkdDDNDelegate;
friend class DC_SkdDDNDispatch;
friend class DC_SkdDDNGenImpl;
};
#include <contmgmts1000d/libcontmgmts1000d_undef.h>
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDDN__HXX