//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, Fnd0ReqdQualDelegate Filename: Fnd0ReqdQualDelegate.hxx Module: Fnd0qualification @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0REQDQUALDELEGATE_HXX #define TEAMCENTER__FND0REQDQUALDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0ReqdQualDelegate; } namespace Teamcenter { class Fnd0ReqdQualImpl; } namespace Teamcenter { class Fnd0ReqdQual; } namespace Teamcenter { class Fnd0ReqdQualGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0QUALIFICATION_API Teamcenter_alias::Fnd0ReqdQualDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0ReqdQualDelegate instance static Fnd0ReqdQualDelegate& getInstance(); // Method to create the Fnd0ReqdQualImpl pointer static Fnd0ReqdQualImpl* createImpl( Fnd0ReqdQual& ifObj ); // Method to delete the Fnd0ReqdQualImpl pointer static void deleteImpl( Fnd0ReqdQualImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10.1.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0LevelReqdBase(const Fnd0ReqdQual &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1.2 /// @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 setFnd0LevelReqdBase(Fnd0ReqdQual &ifObj, const std::string &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Fnd0ReqdQual &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Fnd0ReqdQualDelegate* m_pInstance; Fnd0ReqdQualDelegate(); virtual ~Fnd0ReqdQualDelegate(); static void setInstance( Fnd0ReqdQualDelegate* instance ); private: friend class ::Teamcenter::Fnd0ReqdQualGenImpl; }; #include #endif // TEAMCENTER__FND0REQDQUALDELEGATE_HXX