//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, Fnd0ListOfRelRefPropsLOV Filename: Fnd0ListOfRelRefPropsLOV.hxx Module: lov @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0LISTOFRELREFPROPSLOV__HXX #define TEAMCENTER__FND0LISTOFRELREFPROPSLOV__HXX #include #include #include namespace Teamcenter { class Fnd0ListOfRelRefPropsLOV; } namespace Teamcenter { class Fnd0ListOfRelRefPropsLOVImpl; } namespace Teamcenter { class Fnd0ListOfRelRefPropsLOVDelegate; } namespace Teamcenter { class Fnd0ListOfRelRefPropsLOVDispatch; } namespace Teamcenter { class Fnd0ListOfRelRefPropsLOVGenImpl; } namespace Teamcenter { class RootObjectImpl; } class LOV_API Teamcenter::Fnd0ListOfRelRefPropsLOV : 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 */ Fnd0ListOfRelRefPropsLOV(); /** * Destructor */ virtual ~Fnd0ListOfRelRefPropsLOV(); private: // Getter method for the Implementation Object Fnd0ListOfRelRefPropsLOVImpl* getFnd0ListOfRelRefPropsLOVImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0ListOfRelRefPropsLOVImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0ListOfRelRefPropsLOVImpl* m_fnd0listofrelrefpropslovImpl; // 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 Fnd0ListOfRelRefPropsLOV - desc for Fnd0ListOfRelRefPropsLOV parameter */ Fnd0ListOfRelRefPropsLOV( const Fnd0ListOfRelRefPropsLOV& ); Fnd0ListOfRelRefPropsLOV& operator=( const Fnd0ListOfRelRefPropsLOV& ); friend class Fnd0ListOfRelRefPropsLOVDelegate; friend class Fnd0ListOfRelRefPropsLOVDispatch; friend class Fnd0ListOfRelRefPropsLOVGenImpl; }; #include #endif // TEAMCENTER__FND0LISTOFRELREFPROPSLOV__HXX