//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, Mfg0MELogicalAssignmentDelegate Filename: Mfg0MELogicalAssignmentDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0MELOGICALASSIGNMENTDELEGATE_HXX #define TEAMCENTER__MFG0MELOGICALASSIGNMENTDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0MELogicalAssignmentDelegate; } namespace Teamcenter { class Mfg0MELogicalAssignmentImpl; } namespace Teamcenter { class Mfg0MELogicalAssignment; } namespace Teamcenter { class Mfg0MELogicalAssignmentGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0MELogicalAssignmentDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0MELogicalAssignmentDelegate instance static Mfg0MELogicalAssignmentDelegate& getInstance(); // Method to create the Mfg0MELogicalAssignmentImpl pointer static Mfg0MELogicalAssignmentImpl* createImpl( Mfg0MELogicalAssignment& ifObj ); // Method to delete the Mfg0MELogicalAssignmentImpl pointer static void deleteImpl( Mfg0MELogicalAssignmentImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0descriptionBase(const Mfg0MELogicalAssignment &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0nameBase(const Mfg0MELogicalAssignment &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 8.1 /// @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 setMfg0descriptionBase(Mfg0MELogicalAssignment &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 8.1 /// @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 setMfg0nameBase(Mfg0MELogicalAssignment &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Mfg0MELogicalAssignmentDelegate* m_pInstance; Mfg0MELogicalAssignmentDelegate(); virtual ~Mfg0MELogicalAssignmentDelegate(); static void setInstance( Mfg0MELogicalAssignmentDelegate* instance ); private: friend class ::Teamcenter::Mfg0MELogicalAssignmentGenImpl; }; #include #endif // TEAMCENTER__MFG0MELOGICALASSIGNMENTDELEGATE_HXX