//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, Prg0Attachment Filename: Prg0Attachment.hxx Module: prg0programinfra @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX #include #include #include namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0Attachment; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AttachmentImpl; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AttachmentDelegate; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AttachmentDispatch; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AttachmentGenImpl; } } } namespace Teamcenter { class RootObjectImpl; } class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0Attachment : public ::Teamcenter::ImanRelation { 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 */ Prg0Attachment(); /** * Destructor */ virtual ~Prg0Attachment(); private: // Getter method for the Implementation Object Prg0AttachmentImpl* getPrg0AttachmentImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setPrg0AttachmentImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Prg0AttachmentImpl* m_prg0attachmentImpl; // 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 Prg0Attachment - desc for Prg0Attachment parameter */ Prg0Attachment( const Prg0Attachment& ); Prg0Attachment& operator=( const Prg0Attachment& ); friend class Prg0AttachmentDelegate; friend class Prg0AttachmentDispatch; friend class Prg0AttachmentGenImpl; }; #include #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX