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.
99 lines
2.9 KiB
99 lines
2.9 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, Bom0PartOccAlgnmtInputOpDelegate
|
|
Filename: Bom0PartOccAlgnmtInputOpDelegate.hxx
|
|
Module: Bom0bommanagement
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOPDELEGATE_HXX
|
|
#define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOPDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Bom0bommanagement/Bom0PartOccAlgnmtInputOp.hxx>
|
|
|
|
#include <Bom0bommanagement/libbom0bommanagement_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0PartOccAlgnmtInputOpDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0PartOccAlgnmtInputOpImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0PartOccAlgnmtInputOp;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0PartOccAlgnmtInputOpGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0PartOccAlgnmtInputOpDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Bom0PartOccAlgnmtInputOpDelegate instance
|
|
static Bom0PartOccAlgnmtInputOpDelegate& getInstance();
|
|
|
|
// Method to create the Bom0PartOccAlgnmtInputOpImpl pointer
|
|
static Bom0PartOccAlgnmtInputOpImpl* createImpl( Bom0PartOccAlgnmtInputOp& ifObj );
|
|
|
|
// Method to delete the Bom0PartOccAlgnmtInputOpImpl pointer
|
|
static void deleteImpl( Bom0PartOccAlgnmtInputOpImpl* impl );
|
|
|
|
|
|
///
|
|
/// Creates and returns copy of current BulkInput object.
|
|
/// @version Teamcenter 11.2.3
|
|
/// @param copyObject - copy of current BulkInput
|
|
/// @return -
|
|
///
|
|
int fnd0GetCopyBase(const Bom0PartOccAlgnmtInputOp &ifObj, ::Teamcenter::BulkInput *©Object );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Bom0PartOccAlgnmtInputOpDelegate* m_pInstance;
|
|
|
|
Bom0PartOccAlgnmtInputOpDelegate();
|
|
virtual ~Bom0PartOccAlgnmtInputOpDelegate();
|
|
static void setInstance( Bom0PartOccAlgnmtInputOpDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Bom0bommanagement::Bom0PartOccAlgnmtInputOpGenImpl;
|
|
|
|
};
|
|
|
|
#include <Bom0bommanagement/libbom0bommanagement_undef.h>
|
|
#endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCALGNMTINPUTOPDELEGATE_HXX
|