You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
3.4 KiB
124 lines
3.4 KiB
//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, Bom0AbstPartUsagePlantInc
|
|
Filename: Bom0AbstPartUsagePlantInc.hxx
|
|
Module: Bom0plantbommgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX
|
|
#define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <aps0apscore/Aps0AbstractPlantInc.hxx>
|
|
|
|
#include <Bom0plantbommgmt/libbom0plantbommgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstPartUsagePlantInc;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstPartUsagePlantIncImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstPartUsagePlantIncDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstPartUsagePlantIncDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstPartUsagePlantIncGenImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class BOM0PLANTBOMMGMT_API Teamcenter::Bom0bommanagement::Bom0AbstPartUsagePlantInc
|
|
: public ::Teamcenter::Aps0AbstractPlantInc
|
|
{
|
|
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
|
|
*/
|
|
Bom0AbstPartUsagePlantInc();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~Bom0AbstPartUsagePlantInc();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
Bom0AbstPartUsagePlantIncImpl* getBom0AbstPartUsagePlantIncImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setBom0AbstPartUsagePlantIncImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
Bom0AbstPartUsagePlantIncImpl* m_bom0abstpartusageplantincImpl;
|
|
|
|
// 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 Bom0AbstPartUsagePlantInc - desc for Bom0AbstPartUsagePlantInc parameter
|
|
*/
|
|
Bom0AbstPartUsagePlantInc( const Bom0AbstPartUsagePlantInc& );
|
|
Bom0AbstPartUsagePlantInc& operator=( const Bom0AbstPartUsagePlantInc& );
|
|
|
|
friend class Bom0AbstPartUsagePlantIncDelegate;
|
|
friend class Bom0AbstPartUsagePlantIncDispatch;
|
|
friend class Bom0AbstPartUsagePlantIncGenImpl;
|
|
};
|
|
|
|
#include <Bom0plantbommgmt/libbom0plantbommgmt_undef.h>
|
|
#endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX
|