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.1 KiB
109 lines
3.1 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, CommercialPart_0_Revis_alt0
|
|
Filename: CommercialPart_0_Revis_alt0.hxx
|
|
Module: vm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__COMMERCIALPART_0_REVIS_ALT0__HXX
|
|
#define TEAMCENTER__COMMERCIALPART_0_REVIS_ALT0__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/Part_0_Revision_alt.hxx>
|
|
|
|
#include <vm/libvm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class CommercialPart_0_Revis_alt0;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CommercialPart_0_Revis_alt0Impl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CommercialPart_0_Revis_alt0Delegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CommercialPart_0_Revis_alt0Dispatch;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CommercialPart_0_Revis_alt0GenImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class VM_API Teamcenter::CommercialPart_0_Revis_alt0
|
|
: public ::Teamcenter::Part_0_Revision_alt
|
|
{
|
|
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
|
|
*/
|
|
CommercialPart_0_Revis_alt0();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~CommercialPart_0_Revis_alt0();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
CommercialPart_0_Revis_alt0Impl* getCommercialPart_0_Revis_alt0Impl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setCommercialPart_0_Revis_alt0Impl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
CommercialPart_0_Revis_alt0Impl* m_commercialpart_0_revis_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 CommercialPart_0_Revis_alt0 - desc for CommercialPart_0_Revis_alt0 parameter
|
|
*/
|
|
CommercialPart_0_Revis_alt0( const CommercialPart_0_Revis_alt0& );
|
|
CommercialPart_0_Revis_alt0& operator=( const CommercialPart_0_Revis_alt0& );
|
|
|
|
friend class CommercialPart_0_Revis_alt0Delegate;
|
|
friend class CommercialPart_0_Revis_alt0Dispatch;
|
|
friend class CommercialPart_0_Revis_alt0GenImpl;
|
|
};
|
|
|
|
#include <vm/libvm_undef.h>
|
|
#endif // TEAMCENTER__COMMERCIALPART_0_REVIS_ALT0__HXX
|