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
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, Qc0AttributiveCharSpec
|
|
Filename: Qc0AttributiveCharSpec.hxx
|
|
Module: Qc0qualitybase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPEC__HXX
|
|
#define QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPEC__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Qc0qualitybase/Qc0MasterCharSpec.hxx>
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
|
|
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpec;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecImpl;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecDelegate;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecDispatch;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecGenImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class QC0QUALITYBASE_API qc0qualitycenterbase::Qc0AttributiveCharSpec
|
|
: 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
|
|
*/
|
|
Qc0AttributiveCharSpec();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~Qc0AttributiveCharSpec();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
Qc0AttributiveCharSpecImpl* getQc0AttributiveCharSpecImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setQc0AttributiveCharSpecImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
Qc0AttributiveCharSpecImpl* m_qc0attributivecharspecImpl;
|
|
|
|
// 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 Qc0AttributiveCharSpec - desc for Qc0AttributiveCharSpec parameter
|
|
*/
|
|
Qc0AttributiveCharSpec( const Qc0AttributiveCharSpec& );
|
|
Qc0AttributiveCharSpec& operator=( const Qc0AttributiveCharSpec& );
|
|
|
|
friend class Qc0AttributiveCharSpecDelegate;
|
|
friend class Qc0AttributiveCharSpecDispatch;
|
|
friend class Qc0AttributiveCharSpecGenImpl;
|
|
};
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
|
|
#endif // QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPEC__HXX
|