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.

110 lines
3.1 KiB

//Copyright 2020 Siemens Digital Industries Software
//==================================================
//Copyright $2020.
//Siemens Product Lifecycle Management Software Inc.
//All Rights Reserved.
//e
//==================================================
//Copyright 2020 Siemens Digital Industries Software
/*==================================================================================================
File description:
This file contains the declaration for the Business Object, Qc0VariableCharSpec
Filename: Qc0VariableCharSpec.hxx
Module: Qc0qualitybase
@BMIDE autogenerated
==================================================================================================*/
#ifndef QC0QUALITYCENTERBASE__QC0VARIABLECHARSPEC__HXX
#define QC0QUALITYCENTERBASE__QC0VARIABLECHARSPEC__HXX
#include <common/tc_deprecation_macros.h>
#include <Qc0qualitybase/Qc0MasterCharSpec.hxx>
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
namespace qc0qualitycenterbase
{
class Qc0VariableCharSpec;
}
namespace qc0qualitycenterbase
{
class Qc0VariableCharSpecImpl;
}
namespace qc0qualitycenterbase
{
class Qc0VariableCharSpecDelegate;
}
namespace qc0qualitycenterbase
{
class Qc0VariableCharSpecDispatch;
}
namespace qc0qualitycenterbase
{
class Qc0VariableCharSpecGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class QC0QUALITYBASE_API qc0qualitycenterbase::Qc0VariableCharSpec
: public ::qc0qualitycenterbase::Qc0MasterCharSpec
{
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
*/
Qc0VariableCharSpec();
/**
* Destructor
*/
virtual ~Qc0VariableCharSpec();
private:
// Getter method for the Implementation Object
Qc0VariableCharSpecImpl* getQc0VariableCharSpecImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setQc0VariableCharSpecImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Qc0VariableCharSpecImpl* m_qc0variablecharspecImpl;
// 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 Qc0VariableCharSpec - desc for Qc0VariableCharSpec parameter
*/
Qc0VariableCharSpec( const Qc0VariableCharSpec& );
Qc0VariableCharSpec& operator=( const Qc0VariableCharSpec& );
friend class Qc0VariableCharSpecDelegate;
friend class Qc0VariableCharSpecDispatch;
friend class Qc0VariableCharSpecGenImpl;
};
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
#endif // QC0QUALITYCENTERBASE__QC0VARIABLECHARSPEC__HXX