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.

87 lines
2.3 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, Cm0HasProposalDelegate
Filename: Cm0HasProposalDelegate.hxx
Module: cm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CM0HASPROPOSALDELEGATE_HXX
#define TEAMCENTER__CM0HASPROPOSALDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cm/Cm0HasProposal.hxx>
#include <cm/libcm_exports.h>
namespace Teamcenter
{
class Cm0HasProposalDelegate;
}
namespace Teamcenter
{
class Cm0HasProposalImpl;
}
namespace Teamcenter
{
class Cm0HasProposal;
}
namespace Teamcenter
{
class Cm0HasProposalGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CM_API Teamcenter_alias::Cm0HasProposalDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cm0HasProposalDelegate instance
static Cm0HasProposalDelegate& getInstance();
// Method to create the Cm0HasProposalImpl pointer
static Cm0HasProposalImpl* createImpl( Cm0HasProposal& ifObj );
// Method to delete the Cm0HasProposalImpl pointer
static void deleteImpl( Cm0HasProposalImpl* impl );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Cm0HasProposal &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Cm0HasProposalDelegate* m_pInstance;
Cm0HasProposalDelegate();
virtual ~Cm0HasProposalDelegate();
static void setInstance( Cm0HasProposalDelegate* instance );
private:
friend class ::Teamcenter::Cm0HasProposalGenImpl;
};
#include <cm/libcm_undef.h>
#endif // TEAMCENTER__CM0HASPROPOSALDELEGATE_HXX