//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, Mfg0BvrContinuousJoinOperation Filename: Mfg0BvrContinuousJoinOperation.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRCONTINUOUSJOINOPERATION__HXX #define TEAMCENTER__MFG0BVRCONTINUOUSJOINOPERATION__HXX #include #include #include namespace Teamcenter { class Mfg0BvrContinuousJoinOperation; } namespace Teamcenter { class Mfg0BvrContinuousJoinOperationImpl; } namespace Teamcenter { class Mfg0BvrContinuousJoinOperationDelegate; } namespace Teamcenter { class Mfg0BvrContinuousJoinOperationDispatch; } namespace Teamcenter { class Mfg0BvrContinuousJoinOperationGenImpl; } namespace Teamcenter { class RootObjectImpl; } class MFGBVR_API Teamcenter::Mfg0BvrContinuousJoinOperation : public ::Teamcenter::Mfg0BvrOperation { 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 */ Mfg0BvrContinuousJoinOperation(); /** * Destructor */ virtual ~Mfg0BvrContinuousJoinOperation(); private: // Getter method for the Implementation Object Mfg0BvrContinuousJoinOperationImpl* getMfg0BvrContinuousJoinOperationImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMfg0BvrContinuousJoinOperationImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mfg0BvrContinuousJoinOperationImpl* m_mfg0bvrcontinuousjoinoperationImpl; // 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 Mfg0BvrContinuousJoinOperation - desc for Mfg0BvrContinuousJoinOperation parameter */ Mfg0BvrContinuousJoinOperation( const Mfg0BvrContinuousJoinOperation& ); Mfg0BvrContinuousJoinOperation& operator=( const Mfg0BvrContinuousJoinOperation& ); friend class Mfg0BvrContinuousJoinOperationDelegate; friend class Mfg0BvrContinuousJoinOperationDispatch; friend class Mfg0BvrContinuousJoinOperationGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRCONTINUOUSJOINOPERATION__HXX