//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, Fnd0BuildingBlockBOMLineDelegate Filename: Fnd0BuildingBlockBOMLineDelegate.hxx Module: secore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0BUILDINGBLOCKBOMLINEDELEGATE_HXX #define TEAMCENTER__FND0BUILDINGBLOCKBOMLINEDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0BuildingBlockBOMLineDelegate; } namespace Teamcenter { class Fnd0BuildingBlockBOMLineImpl; } namespace Teamcenter { class Fnd0BuildingBlockBOMLine; } namespace Teamcenter { class Fnd0BuildingBlockBOMLineGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SECORE_API Teamcenter_alias::Fnd0BuildingBlockBOMLineDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0BuildingBlockBOMLineDelegate instance static Fnd0BuildingBlockBOMLineDelegate& getInstance(); // Method to create the Fnd0BuildingBlockBOMLineImpl pointer static Fnd0BuildingBlockBOMLineImpl* createImpl( Fnd0BuildingBlockBOMLine& ifObj ); // Method to delete the Fnd0BuildingBlockBOMLineImpl pointer static void deleteImpl( Fnd0BuildingBlockBOMLineImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 8.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bl_hierarchical_numberBase(const Fnd0BuildingBlockBOMLine &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 8.3 /// @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 setFnd0bl_hierarchical_numberBase(Fnd0BuildingBlockBOMLine &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Fnd0BuildingBlockBOMLineDelegate* m_pInstance; Fnd0BuildingBlockBOMLineDelegate(); virtual ~Fnd0BuildingBlockBOMLineDelegate(); static void setInstance( Fnd0BuildingBlockBOMLineDelegate* instance ); private: friend class ::Teamcenter::Fnd0BuildingBlockBOMLineGenImpl; }; #include #endif // TEAMCENTER__FND0BUILDINGBLOCKBOMLINEDELEGATE_HXX