//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, Fnd0UserProjectsLOV Filename: Fnd0UserProjectsLOV.hxx Module: lov @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0USERPROJECTSLOV__HXX #define TEAMCENTER__FND0USERPROJECTSLOV__HXX #include #include #include namespace Teamcenter { class Fnd0UserProjectsLOV; } namespace Teamcenter { class Fnd0UserProjectsLOVImpl; } namespace Teamcenter { class Fnd0UserProjectsLOVDelegate; } namespace Teamcenter { class Fnd0UserProjectsLOVDispatch; } namespace Teamcenter { class Fnd0UserProjectsLOVGenImpl; } namespace Teamcenter { class RootObjectImpl; } class LOV_API Teamcenter::Fnd0UserProjectsLOV : 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 */ Fnd0UserProjectsLOV(); /** * Destructor */ virtual ~Fnd0UserProjectsLOV(); private: // Getter method for the Implementation Object Fnd0UserProjectsLOVImpl* getFnd0UserProjectsLOVImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0UserProjectsLOVImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0UserProjectsLOVImpl* m_fnd0userprojectslovImpl; // 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 Fnd0UserProjectsLOV - desc for Fnd0UserProjectsLOV parameter */ Fnd0UserProjectsLOV( const Fnd0UserProjectsLOV& ); Fnd0UserProjectsLOV& operator=( const Fnd0UserProjectsLOV& ); friend class Fnd0UserProjectsLOVDelegate; friend class Fnd0UserProjectsLOVDispatch; friend class Fnd0UserProjectsLOVGenImpl; }; #include #endif // TEAMCENTER__FND0USERPROJECTSLOV__HXX