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.8 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, PhysicalLocationRevisionDelegate
Filename: PhysicalLocationRevisionDelegate.hxx
Module: asmaintained
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONREVISIONDELEGATE_HXX
#define TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <asmaintained/PhysicalLocationRevision.hxx>
#include <asmaintained/libasmaintained_exports.h>
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationRevisionDelegate;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationRevisionImpl;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationRevision;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class PhysicalLocationRevisionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class ASMAINTAINED_API Teamcenter_alias::asmaintained::PhysicalLocationRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PhysicalLocationRevisionDelegate instance
static PhysicalLocationRevisionDelegate& getInstance();
// Method to create the PhysicalLocationRevisionImpl pointer
static PhysicalLocationRevisionImpl* createImpl( PhysicalLocationRevision& ifObj );
// Method to delete the PhysicalLocationRevisionImpl pointer
static void deleteImpl( PhysicalLocationRevisionImpl* impl );
///
/// Description for the Finalize Create Input
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - Return desc for Initialize for Create
///
int finalizeCreateInputBase(const PhysicalLocationRevision &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static PhysicalLocationRevisionDelegate* m_pInstance;
PhysicalLocationRevisionDelegate();
virtual ~PhysicalLocationRevisionDelegate();
static void setInstance( PhysicalLocationRevisionDelegate* instance );
private:
friend class ::Teamcenter::asmaintained::PhysicalLocationRevisionGenImpl;
};
#include <asmaintained/libasmaintained_undef.h>
#endif // TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONREVISIONDELEGATE_HXX