//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, Ads0StdNoteDelegate Filename: Ads0StdNoteDelegate.hxx Module: adsfoundation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEDELEGATE_HXX #define TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace adsfoundation { class Ads0StdNoteDelegate; } } namespace Teamcenter { namespace adsfoundation { class Ads0StdNoteImpl; } } namespace Teamcenter { namespace adsfoundation { class Ads0StdNote; } } namespace Teamcenter { namespace adsfoundation { class Ads0StdNoteGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class ADSFOUNDATION_API Teamcenter_alias::adsfoundation::Ads0StdNoteDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Ads0StdNoteDelegate instance static Ads0StdNoteDelegate& getInstance(); // Method to create the Ads0StdNoteImpl pointer static Ads0StdNoteImpl* createImpl( Ads0StdNote& ifObj ); // Method to delete the Ads0StdNoteImpl pointer static void deleteImpl( Ads0StdNoteImpl* 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 getAds0stdnotecategoryBase(const Ads0StdNote &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 setAds0stdnotecategoryBase(Ads0StdNote &ifObj, const std::string &value, bool isNull ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Ads0StdNote &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Ads0StdNoteDelegate* m_pInstance; Ads0StdNoteDelegate(); virtual ~Ads0StdNoteDelegate(); static void setInstance( Ads0StdNoteDelegate* instance ); private: friend class ::Teamcenter::adsfoundation::Ads0StdNoteGenImpl; }; #include #endif // TEAMCENTER__ADSFOUNDATION__ADS0STDNOTEDELEGATE_HXX