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.

109 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, Paragraph_0_Revision_alt
Filename: Paragraph_0_Revision_alt.hxx
Module: req
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PARAGRAPH_0_REVISION_ALT__HXX
#define TEAMCENTER__PARAGRAPH_0_REVISION_ALT__HXX
#include <common/tc_deprecation_macros.h>
#include <req/SpecElementRevision.hxx>
#include <req/libreq_exports.h>
namespace Teamcenter
{
class Paragraph_0_Revision_alt;
}
namespace Teamcenter
{
class Paragraph_0_Revision_altImpl;
}
namespace Teamcenter
{
class Paragraph_0_Revision_altDelegate;
}
namespace Teamcenter
{
class Paragraph_0_Revision_altDispatch;
}
namespace Teamcenter
{
class Paragraph_0_Revision_altGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class REQ_API Teamcenter::Paragraph_0_Revision_alt
: public ::Teamcenter::SpecElementRevision
{
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
*/
Paragraph_0_Revision_alt();
/**
* Destructor
*/
virtual ~Paragraph_0_Revision_alt();
private:
// Getter method for the Implementation Object
Paragraph_0_Revision_altImpl* getParagraph_0_Revision_altImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setParagraph_0_Revision_altImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Paragraph_0_Revision_altImpl* m_paragraph_0_revision_altImpl;
// 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 Paragraph_0_Revision_alt - desc for Paragraph_0_Revision_alt parameter
*/
Paragraph_0_Revision_alt( const Paragraph_0_Revision_alt& );
Paragraph_0_Revision_alt& operator=( const Paragraph_0_Revision_alt& );
friend class Paragraph_0_Revision_altDelegate;
friend class Paragraph_0_Revision_altDispatch;
friend class Paragraph_0_Revision_altGenImpl;
};
#include <req/libreq_undef.h>
#endif // TEAMCENTER__PARAGRAPH_0_REVISION_ALT__HXX