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.

110 lines
2.8 KiB

//Copyright 2020 Siemens Digital Industries Software
//==================================================
//Copyright $2020.
//Siemens Product Lifecycle Management Software Inc.
//All Rights Reserved.
//e
//==================================================
//Copyright 2020 Siemens Digital Industries Software
/*==================================================================================================
File description:
This file contains the declaration for the Business Object, C2_IssueOwner
Filename: C2_IssueOwner.hxx
Module: CPA0capadatamodel
@BMIDE autogenerated
==================================================================================================*/
#ifndef CAPADATAMODEL__C2_ISSUEOWNER__HXX
#define CAPADATAMODEL__C2_ISSUEOWNER__HXX
#include <common/tc_deprecation_macros.h>
#include <epm/Participant.hxx>
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
namespace capadatamodel
{
class C2_IssueOwner;
}
namespace capadatamodel
{
class C2_IssueOwnerImpl;
}
namespace capadatamodel
{
class C2_IssueOwnerDelegate;
}
namespace capadatamodel
{
class C2_IssueOwnerDispatch;
}
namespace capadatamodel
{
class C2_IssueOwnerGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class CPA0CAPADATAMODEL_API capadatamodel::C2_IssueOwner
: public ::Teamcenter::Participant
{
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
*/
C2_IssueOwner();
/**
* Destructor
*/
virtual ~C2_IssueOwner();
private:
// Getter method for the Implementation Object
C2_IssueOwnerImpl* getC2_IssueOwnerImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setC2_IssueOwnerImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
C2_IssueOwnerImpl* m_c2_issueownerImpl;
// 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 C2_IssueOwner - desc for C2_IssueOwner parameter
*/
C2_IssueOwner( const C2_IssueOwner& );
C2_IssueOwner& operator=( const C2_IssueOwner& );
friend class C2_IssueOwnerDelegate;
friend class C2_IssueOwnerDispatch;
friend class C2_IssueOwnerGenImpl;
};
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
#endif // CAPADATAMODEL__C2_ISSUEOWNER__HXX