//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, Fnd0JoinedPartsTableRowDelegate Filename: Fnd0JoinedPartsTableRowDelegate.hxx Module: Fnd0FastenerMgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX #define TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0JoinedPartsTableRowDelegate; } namespace Teamcenter { class Fnd0JoinedPartsTableRowImpl; } namespace Teamcenter { class Fnd0JoinedPartsTableRow; } namespace Teamcenter { class Fnd0JoinedPartsTableRowGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0FASTENERMGMT_API Teamcenter_alias::Fnd0JoinedPartsTableRowDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0JoinedPartsTableRowDelegate instance static Fnd0JoinedPartsTableRowDelegate& getInstance(); // Method to create the Fnd0JoinedPartsTableRowImpl pointer static Fnd0JoinedPartsTableRowImpl* createImpl( Fnd0JoinedPartsTableRow& ifObj ); // Method to delete the Fnd0JoinedPartsTableRowImpl pointer static void deleteImpl( Fnd0JoinedPartsTableRowImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 11.4 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PartBase(const Fnd0JoinedPartsTableRow &ifObj, tag_t &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 11.4 /// @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 setFnd0PartBase(Fnd0JoinedPartsTableRow &ifObj, const tag_t &value, bool isNull ); protected: // Pointer to the instance static Fnd0JoinedPartsTableRowDelegate* m_pInstance; Fnd0JoinedPartsTableRowDelegate(); virtual ~Fnd0JoinedPartsTableRowDelegate(); static void setInstance( Fnd0JoinedPartsTableRowDelegate* instance ); private: friend class ::Teamcenter::Fnd0JoinedPartsTableRowGenImpl; }; #include #endif // TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX