//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, Fnd0OAROpLOV Filename: Fnd0OAROpLOV.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0OAROPLOV__HXX #define TEAMCENTER__FND0OAROPLOV__HXX #include #include #include namespace Teamcenter { class Fnd0OAROpLOV; } namespace Teamcenter { class Fnd0OAROpLOVImpl; } namespace Teamcenter { class Fnd0OAROpLOVDelegate; } namespace Teamcenter { class Fnd0OAROpLOVDispatch; } namespace Teamcenter { class Fnd0OAROpLOVGenImpl; } namespace Teamcenter { class RootObjectImpl; } class SA_API Teamcenter::Fnd0OAROpLOV : public ::Teamcenter::Fnd0ListOfValuesDynamic { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0OAROpLOV(); /** * Destructor */ virtual ~Fnd0OAROpLOV(); private: // Getter method for the Implementation Object Fnd0OAROpLOVImpl* getFnd0OAROpLOVImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0OAROpLOVImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0OAROpLOVImpl* m_fnd0oaroplovImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param Fnd0OAROpLOV - desc for Fnd0OAROpLOV parameter */ Fnd0OAROpLOV( const Fnd0OAROpLOV& ); Fnd0OAROpLOV& operator=( const Fnd0OAROpLOV& ); friend class Fnd0OAROpLOVDelegate; friend class Fnd0OAROpLOVDispatch; friend class Fnd0OAROpLOVGenImpl; }; #include #endif // TEAMCENTER__FND0OAROPLOV__HXX