//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, Fnd0UserHasQualDelegate Filename: Fnd0UserHasQualDelegate.hxx Module: Fnd0qualification @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0USERHASQUALDELEGATE_HXX #define TEAMCENTER__FND0USERHASQUALDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0UserHasQualDelegate; } namespace Teamcenter { class Fnd0UserHasQualImpl; } namespace Teamcenter { class Fnd0UserHasQual; } namespace Teamcenter { class Fnd0UserHasQualGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0QUALIFICATION_API Teamcenter_alias::Fnd0UserHasQualDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0UserHasQualDelegate instance static Fnd0UserHasQualDelegate& getInstance(); // Method to create the Fnd0UserHasQualImpl pointer static Fnd0UserHasQualImpl* createImpl( Fnd0UserHasQual& ifObj ); // Method to delete the Fnd0UserHasQualImpl pointer static void deleteImpl( Fnd0UserHasQualImpl* impl ); /// /// Getter for a Date 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 getFnd0QualAchievedDateBase(const Fnd0UserHasQual &ifObj, date_t &value, bool &isNull ) const; /// /// Getter for a Date 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 getFnd0QualExpirationDateBase(const Fnd0UserHasQual &ifObj, date_t &value, bool &isNull ) const; /// /// Setter for a Date 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 setFnd0QualAchievedDateBase(Fnd0UserHasQual &ifObj, const date_t &value, bool isNull ); /// /// Setter for a Date 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 setFnd0QualExpirationDateBase(Fnd0UserHasQual &ifObj, const date_t &value, bool isNull ); protected: // Pointer to the instance static Fnd0UserHasQualDelegate* m_pInstance; Fnd0UserHasQualDelegate(); virtual ~Fnd0UserHasQualDelegate(); static void setInstance( Fnd0UserHasQualDelegate* instance ); private: friend class ::Teamcenter::Fnd0UserHasQualGenImpl; }; #include #endif // TEAMCENTER__FND0USERHASQUALDELEGATE_HXX