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.

131 lines
3.6 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, ADSTechDocument_0_Revi_alt0
Filename: ADSTechDocument_0_Revi_alt0.hxx
Module: adsfoundation
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0__HXX
#define TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0__HXX
#include <common/tc_deprecation_macros.h>
#include <tccore/DocumentRevision.hxx>
#include <adsfoundation/libadsfoundation_exports.h>
namespace Teamcenter
{
namespace adsfoundation
{
class ADSTechDocument_0_Revi_alt0;
}
}
namespace Teamcenter
{
namespace adsfoundation
{
class ADSTechDocument_0_Revi_alt0Impl;
}
}
namespace Teamcenter
{
namespace adsfoundation
{
class ADSTechDocument_0_Revi_alt0Delegate;
}
}
namespace Teamcenter
{
namespace adsfoundation
{
class ADSTechDocument_0_Revi_alt0Dispatch;
}
}
namespace Teamcenter
{
namespace adsfoundation
{
class ADSTechDocument_0_Revi_alt0GenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSTechDocument_0_Revi_alt0
: public ::Teamcenter::DocumentRevision
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// dummy_for_adstech_documentRevision
/// @version Tc 8
/// @return - dummy_for_adstech_documentRevision
///
int dummy_for_adstech_documentRevision( );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
ADSTechDocument_0_Revi_alt0();
/**
* Destructor
*/
virtual ~ADSTechDocument_0_Revi_alt0();
private:
// Getter method for the Implementation Object
ADSTechDocument_0_Revi_alt0Impl* getADSTechDocument_0_Revi_alt0Impl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setADSTechDocument_0_Revi_alt0Impl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
ADSTechDocument_0_Revi_alt0Impl* m_adstechdocument_0_revi_alt0Impl;
// 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 ADSTechDocument_0_Revi_alt0 - desc for ADSTechDocument_0_Revi_alt0 parameter
*/
ADSTechDocument_0_Revi_alt0( const ADSTechDocument_0_Revi_alt0& );
ADSTechDocument_0_Revi_alt0& operator=( const ADSTechDocument_0_Revi_alt0& );
friend class ADSTechDocument_0_Revi_alt0Delegate;
friend class ADSTechDocument_0_Revi_alt0Dispatch;
friend class ADSTechDocument_0_Revi_alt0GenImpl;
};
#include <adsfoundation/libadsfoundation_undef.h>
#endif // TEAMCENTER__ADSFOUNDATION__ADSTECHDOCUMENT_0_REVI_ALT0__HXX