//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, Bom0PartOccUnAlgnmtInput Filename: Bom0PartOccUnAlgnmtInput.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUT__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUT__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInput; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0PartOccUnAlgnmtInput : 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 */ Bom0PartOccUnAlgnmtInput(); /** * Destructor */ virtual ~Bom0PartOccUnAlgnmtInput(); private: // Getter method for the Implementation Object Bom0PartOccUnAlgnmtInputImpl* getBom0PartOccUnAlgnmtInputImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0PartOccUnAlgnmtInputImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0PartOccUnAlgnmtInputImpl* m_bom0partoccunalgnmtinputImpl; // 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 Bom0PartOccUnAlgnmtInput - desc for Bom0PartOccUnAlgnmtInput parameter */ Bom0PartOccUnAlgnmtInput( const Bom0PartOccUnAlgnmtInput& ); Bom0PartOccUnAlgnmtInput& operator=( const Bom0PartOccUnAlgnmtInput& ); friend class Bom0PartOccUnAlgnmtInputDelegate; friend class Bom0PartOccUnAlgnmtInputDispatch; friend class Bom0PartOccUnAlgnmtInputGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUT__HXX