//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, Fnd0SubscribeCriteriaConf Filename: Fnd0SubscribeCriteriaConf.hxx Module: sub_mgr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0SUBSCRIBECRITERIACONF__HXX #define TEAMCENTER__FND0SUBSCRIBECRITERIACONF__HXX #include #include #include namespace Teamcenter { class Fnd0SubscribeCriteriaConf; } namespace Teamcenter { class Fnd0SubscribeCriteriaConfImpl; } namespace Teamcenter { class Fnd0SubscribeCriteriaConfDelegate; } namespace Teamcenter { class Fnd0SubscribeCriteriaConfDispatch; } namespace Teamcenter { class Fnd0SubscribeCriteriaConfGenImpl; } namespace Teamcenter { class RootObjectImpl; } class SUB_MGR_API Teamcenter::Fnd0SubscribeCriteriaConf : public ::Teamcenter::POM_object { 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 */ Fnd0SubscribeCriteriaConf(); /** * Destructor */ virtual ~Fnd0SubscribeCriteriaConf(); private: // Getter method for the Implementation Object Fnd0SubscribeCriteriaConfImpl* getFnd0SubscribeCriteriaConfImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0SubscribeCriteriaConfImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0SubscribeCriteriaConfImpl* m_fnd0subscribecriteriaconfImpl; // 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 Fnd0SubscribeCriteriaConf - desc for Fnd0SubscribeCriteriaConf parameter */ Fnd0SubscribeCriteriaConf( const Fnd0SubscribeCriteriaConf& ); Fnd0SubscribeCriteriaConf& operator=( const Fnd0SubscribeCriteriaConf& ); friend class Fnd0SubscribeCriteriaConfDelegate; friend class Fnd0SubscribeCriteriaConfDispatch; friend class Fnd0SubscribeCriteriaConfGenImpl; }; #include #endif // TEAMCENTER__FND0SUBSCRIBECRITERIACONF__HXX