//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, Cls0CstMasterNodeDelegate Filename: Cls0CstMasterNodeDelegate.hxx Module: Cls0classification @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CLASSIFICATION__CLS0CSTMASTERNODEDELEGATE_HXX #define TEAMCENTER__CLASSIFICATION__CLS0CSTMASTERNODEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Classification { class Cls0CstMasterNodeDelegate; } } namespace Teamcenter { namespace Classification { class Cls0CstMasterNodeImpl; } } namespace Teamcenter { namespace Classification { class Cls0CstMasterNode; } } namespace Teamcenter { namespace Classification { class Cls0CstMasterNodeGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CLS0CLASSIFICATION_API Teamcenter_alias::Classification::Cls0CstMasterNodeDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cls0CstMasterNodeDelegate instance static Cls0CstMasterNodeDelegate& getInstance(); // Method to create the Cls0CstMasterNodeImpl pointer static Cls0CstMasterNodeImpl* createImpl( Cls0CstMasterNode& ifObj ); // Method to delete the Cls0CstMasterNodeImpl pointer static void deleteImpl( Cls0CstMasterNodeImpl* impl ); /// /// Getter for a string 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 getCls0ClassIdBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getCls0ClassNamespaceBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getCls0ClassRevisionBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCls0DefinitionBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCls0HierarchyPositionBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCls0NoteBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCls0RemarkBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCls0ShortNameBase(const Cls0CstMasterNode &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string 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 setCls0ClassIdBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string 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 setCls0ClassNamespaceBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string 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 setCls0ClassRevisionBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.5 /// @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 setCls0DefinitionBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.5 /// @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 setCls0HierarchyPositionBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.5 /// @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 setCls0NoteBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.5 /// @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 setCls0RemarkBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 11.5 /// @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 setCls0ShortNameBase(Cls0CstMasterNode &ifObj, const std::string &value, bool isNull ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.2.2 /// @param inputs - A vector of data that contains reference information to the object to be saved /// @param bd - A data structure to store objects and other information relevant for set-based operation /// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code. /// int fnd0SaveBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); protected: // Pointer to the instance static Cls0CstMasterNodeDelegate* m_pInstance; Cls0CstMasterNodeDelegate(); virtual ~Cls0CstMasterNodeDelegate(); static void setInstance( Cls0CstMasterNodeDelegate* instance ); private: friend class ::Teamcenter::Classification::Cls0CstMasterNodeGenImpl; }; #include #endif // TEAMCENTER__CLASSIFICATION__CLS0CSTMASTERNODEDELEGATE_HXX