//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, Fnd0AbstractPersistentProxyDelegate Filename: Fnd0AbstractPersistentProxyDelegate.hxx Module: tccore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX #define TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0AbstractPersistentProxyDelegate; } namespace Teamcenter { class Fnd0AbstractPersistentProxyImpl; } namespace Teamcenter { class Fnd0AbstractPersistentProxy; } namespace Teamcenter { class Fnd0AbstractPersistentProxyGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class TCCORE_API Teamcenter_alias::Fnd0AbstractPersistentProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0AbstractPersistentProxyDelegate instance static Fnd0AbstractPersistentProxyDelegate& getInstance(); // Method to create the Fnd0AbstractPersistentProxyImpl pointer static Fnd0AbstractPersistentProxyImpl* createImpl( Fnd0AbstractPersistentProxy& ifObj ); // Method to delete the Fnd0AbstractPersistentProxyImpl pointer static void deleteImpl( Fnd0AbstractPersistentProxyImpl* impl ); /// /// Setter for a Boolean Property /// @version Teamcenter 9 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setFnd0InactiveFlagBase(Fnd0AbstractPersistentProxy &ifObj, bool value, bool isNull ); protected: // Pointer to the instance static Fnd0AbstractPersistentProxyDelegate* m_pInstance; Fnd0AbstractPersistentProxyDelegate(); virtual ~Fnd0AbstractPersistentProxyDelegate(); static void setInstance( Fnd0AbstractPersistentProxyDelegate* instance ); private: friend class ::Teamcenter::Fnd0AbstractPersistentProxyGenImpl; }; #include #endif // TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX