//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, Fnd0BranchDelegate Filename: Fnd0BranchDelegate.hxx Module: cfm @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0BRANCHDELEGATE_HXX #define TEAMCENTER__FND0BRANCHDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0BranchDelegate; } namespace Teamcenter { class Fnd0BranchImpl; } namespace Teamcenter { class Fnd0Branch; } namespace Teamcenter { class Fnd0BranchGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class CFM_API Teamcenter_alias::Fnd0BranchDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0BranchDelegate instance static Fnd0BranchDelegate& getInstance(); // Method to create the Fnd0BranchImpl pointer static Fnd0BranchImpl* createImpl( Fnd0Branch& ifObj ); // Method to delete the Fnd0BranchImpl pointer static void deleteImpl( Fnd0BranchImpl* impl ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Fnd0Branch &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// finalize operation input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int finalizeSaveAsInputBase(const Fnd0Branch &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); /// /// Setter for a string Property /// @version Teamcenter 8.0.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 setObject_nameBase(Fnd0Branch &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Fnd0BranchDelegate* m_pInstance; Fnd0BranchDelegate(); virtual ~Fnd0BranchDelegate(); static void setInstance( Fnd0BranchDelegate* instance ); private: friend class ::Teamcenter::Fnd0BranchGenImpl; }; #include #endif // TEAMCENTER__FND0BRANCHDELEGATE_HXX