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.
109 lines
3.0 KiB
109 lines
3.0 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, Mdo0HasInstanceAssociation
|
|
Filename: Mdo0HasInstanceAssociation.hxx
|
|
Module: Mdo0Mdo
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MDO__MDO0HASINSTANCEASSOCIATION__HXX
|
|
#define MDO__MDO0HASINSTANCEASSOCIATION__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/ImanRelation.hxx>
|
|
|
|
#include <Mdo0Mdo/libmdo0mdo_exports.h>
|
|
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociation;
|
|
}
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationImpl;
|
|
}
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationDelegate;
|
|
}
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationDispatch;
|
|
}
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationGenImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class MDO0MDO_API mdo::Mdo0HasInstanceAssociation
|
|
: public ::Teamcenter::ImanRelation
|
|
{
|
|
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
|
|
*/
|
|
Mdo0HasInstanceAssociation();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~Mdo0HasInstanceAssociation();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
Mdo0HasInstanceAssociationImpl* getMdo0HasInstanceAssociationImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setMdo0HasInstanceAssociationImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
Mdo0HasInstanceAssociationImpl* m_mdo0hasinstanceassociationImpl;
|
|
|
|
// 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 Mdo0HasInstanceAssociation - desc for Mdo0HasInstanceAssociation parameter
|
|
*/
|
|
Mdo0HasInstanceAssociation( const Mdo0HasInstanceAssociation& );
|
|
Mdo0HasInstanceAssociation& operator=( const Mdo0HasInstanceAssociation& );
|
|
|
|
friend class Mdo0HasInstanceAssociationDelegate;
|
|
friend class Mdo0HasInstanceAssociationDispatch;
|
|
friend class Mdo0HasInstanceAssociationGenImpl;
|
|
};
|
|
|
|
#include <Mdo0Mdo/libmdo0mdo_undef.h>
|
|
#endif // MDO__MDO0HASINSTANCEASSOCIATION__HXX
|