//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, Civ0PM4 Filename: Civ0PM4.hxx Module: contmgmts1000d40 @BMIDE autogenerated ==================================================================================================*/ #ifndef CONTMGMTS1000D40__CIV0PM4__HXX #define CONTMGMTS1000D40__CIV0PM4__HXX #include #include #include namespace contmgmts1000d40 { class Civ0PM4; } namespace contmgmts1000d40 { class Civ0PM4Impl; } namespace contmgmts1000d40 { class Civ0PM4Delegate; } namespace contmgmts1000d40 { class Civ0PM4Dispatch; } namespace contmgmts1000d40 { class Civ0PM4GenImpl; } namespace Teamcenter { class RootObjectImpl; } class CONTMGMTS1000D40_API contmgmts1000d40::Civ0PM4 : public ::Teamcenter::contmgmts1000d::DC_SkdPM { 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 */ Civ0PM4(); /** * Destructor */ virtual ~Civ0PM4(); private: // Getter method for the Implementation Object Civ0PM4Impl* getCiv0PM4Impl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCiv0PM4Impl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Civ0PM4Impl* m_civ0pm4Impl; // 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 Civ0PM4 - desc for Civ0PM4 parameter */ Civ0PM4( const Civ0PM4& ); Civ0PM4& operator=( const Civ0PM4& ); friend class Civ0PM4Delegate; friend class Civ0PM4Dispatch; friend class Civ0PM4GenImpl; }; #include #endif // CONTMGMTS1000D40__CIV0PM4__HXX