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