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.5 KiB
131 lines
3.5 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, ADSDesign_0_Revision_alt
|
|
Filename: ADSDesign_0_Revision_alt.hxx
|
|
Module: adsfoundation
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX
|
|
#define TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/Design_0_Revision_alt.hxx>
|
|
|
|
#include <adsfoundation/libadsfoundation_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSDesign_0_Revision_alt;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSDesign_0_Revision_altImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSDesign_0_Revision_altDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSDesign_0_Revision_altDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adsfoundation
|
|
{
|
|
class ADSDesign_0_Revision_altGenImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class ADSFOUNDATION_API Teamcenter::adsfoundation::ADSDesign_0_Revision_alt
|
|
: public ::Teamcenter::Design_0_Revision_alt
|
|
{
|
|
public:
|
|
|
|
/**
|
|
* Get the Interface Name
|
|
* @return - return desc for getInterfaceName
|
|
*/
|
|
static const std::string& getInterfaceName();
|
|
|
|
|
|
///
|
|
/// dummy_for_adsdesignRevision
|
|
/// @version Tc 8
|
|
/// @return - dummy_for_adsdesignRevision
|
|
///
|
|
int dummy_for_adsdesignRevision( );
|
|
protected:
|
|
// Method to initialize
|
|
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
ADSDesign_0_Revision_alt();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~ADSDesign_0_Revision_alt();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
ADSDesign_0_Revision_altImpl* getADSDesign_0_Revision_altImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setADSDesign_0_Revision_altImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
ADSDesign_0_Revision_altImpl* m_adsdesign_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 ADSDesign_0_Revision_alt - desc for ADSDesign_0_Revision_alt parameter
|
|
*/
|
|
ADSDesign_0_Revision_alt( const ADSDesign_0_Revision_alt& );
|
|
ADSDesign_0_Revision_alt& operator=( const ADSDesign_0_Revision_alt& );
|
|
|
|
friend class ADSDesign_0_Revision_altDelegate;
|
|
friend class ADSDesign_0_Revision_altDispatch;
|
|
friend class ADSDesign_0_Revision_altGenImpl;
|
|
};
|
|
|
|
#include <adsfoundation/libadsfoundation_undef.h>
|
|
#endif // TEAMCENTER__ADSFOUNDATION__ADSDESIGN_0_REVISION_ALT__HXX
|