//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, Fnd0SealantTableRowDelegate Filename: Fnd0SealantTableRowDelegate.hxx Module: Fnd0FastenerMgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0SEALANTTABLEROWDELEGATE_HXX #define TEAMCENTER__FND0SEALANTTABLEROWDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0SealantTableRowDelegate; } namespace Teamcenter { class Fnd0SealantTableRowImpl; } namespace Teamcenter { class Fnd0SealantTableRow; } namespace Teamcenter { class Fnd0SealantTableRowGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0FASTENERMGMT_API Teamcenter_alias::Fnd0SealantTableRowDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0SealantTableRowDelegate instance static Fnd0SealantTableRowDelegate& getInstance(); // Method to create the Fnd0SealantTableRowImpl pointer static Fnd0SealantTableRowImpl* createImpl( Fnd0SealantTableRow& ifObj ); // Method to delete the Fnd0SealantTableRowImpl pointer static void deleteImpl( Fnd0SealantTableRowImpl* 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 getFnd0SealantBase(const Fnd0SealantTableRow &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 setFnd0SealantBase(Fnd0SealantTableRow &ifObj, const tag_t &value, bool isNull ); protected: // Pointer to the instance static Fnd0SealantTableRowDelegate* m_pInstance; Fnd0SealantTableRowDelegate(); virtual ~Fnd0SealantTableRowDelegate(); static void setInstance( Fnd0SealantTableRowDelegate* instance ); private: friend class ::Teamcenter::Fnd0SealantTableRowGenImpl; }; #include #endif // TEAMCENTER__FND0SEALANTTABLEROWDELEGATE_HXX