//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, Bom0PartOccAlgnmtInputOp Filename: Bom0PartOccAlgnmtInputOp.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOP__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOP__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccAlgnmtInputOp; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccAlgnmtInputOpImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccAlgnmtInputOpDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccAlgnmtInputOpDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccAlgnmtInputOpGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0PartOccAlgnmtInputOp : public ::Teamcenter::BulkInput { 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 */ Bom0PartOccAlgnmtInputOp(); /** * Destructor */ virtual ~Bom0PartOccAlgnmtInputOp(); private: // Getter method for the Implementation Object Bom0PartOccAlgnmtInputOpImpl* getBom0PartOccAlgnmtInputOpImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0PartOccAlgnmtInputOpImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0PartOccAlgnmtInputOpImpl* m_bom0partoccalgnmtinputopImpl; // 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 Bom0PartOccAlgnmtInputOp - desc for Bom0PartOccAlgnmtInputOp parameter */ Bom0PartOccAlgnmtInputOp( const Bom0PartOccAlgnmtInputOp& ); Bom0PartOccAlgnmtInputOp& operator=( const Bom0PartOccAlgnmtInputOp& ); friend class Bom0PartOccAlgnmtInputOpDelegate; friend class Bom0PartOccAlgnmtInputOpDispatch; friend class Bom0PartOccAlgnmtInputOpGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOP__HXX