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.
100 lines
2.5 KiB
100 lines
2.5 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, PartToPartProxyDelegate
|
|
Filename: PartToPartProxyDelegate.hxx
|
|
Module: cba
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CBA__PARTTOPARTPROXYDELEGATE_HXX
|
|
#define TEAMCENTER__CBA__PARTTOPARTPROXYDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cba/PartToPartProxy.hxx>
|
|
|
|
#include <cba/libcba_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class PartToPartProxyDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class PartToPartProxyImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class PartToPartProxy;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class PartToPartProxyGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CBA_API Teamcenter_alias::cba::PartToPartProxyDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the PartToPartProxyDelegate instance
|
|
static PartToPartProxyDelegate& getInstance();
|
|
|
|
// Method to create the PartToPartProxyImpl pointer
|
|
static PartToPartProxyImpl* createImpl( PartToPartProxy& ifObj );
|
|
|
|
// Method to delete the PartToPartProxyImpl pointer
|
|
static void deleteImpl( PartToPartProxyImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 10.1
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getCba0ConsistencyStampBase(const PartToPartProxy &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static PartToPartProxyDelegate* m_pInstance;
|
|
|
|
PartToPartProxyDelegate();
|
|
virtual ~PartToPartProxyDelegate();
|
|
static void setInstance( PartToPartProxyDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::cba::PartToPartProxyGenImpl;
|
|
|
|
};
|
|
|
|
#include <cba/libcba_undef.h>
|
|
#endif // TEAMCENTER__CBA__PARTTOPARTPROXYDELEGATE_HXX
|