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
3.0 KiB
110 lines
3.0 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, CPA0ContainmentAction
|
|
Filename: CPA0ContainmentAction.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__CPA0CONTAINMENTACTION__HXX
|
|
#define CAPADATAMODEL__CPA0CONTAINMENTACTION__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/ImanRelation.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentAction;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionDispatch;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionGenImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel::CPA0ContainmentAction
|
|
: 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
|
|
*/
|
|
CPA0ContainmentAction();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~CPA0ContainmentAction();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
CPA0ContainmentActionImpl* getCPA0ContainmentActionImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setCPA0ContainmentActionImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
CPA0ContainmentActionImpl* m_cpa0containmentactionImpl;
|
|
|
|
// 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 CPA0ContainmentAction - desc for CPA0ContainmentAction parameter
|
|
*/
|
|
CPA0ContainmentAction( const CPA0ContainmentAction& );
|
|
CPA0ContainmentAction& operator=( const CPA0ContainmentAction& );
|
|
|
|
friend class CPA0ContainmentActionDelegate;
|
|
friend class CPA0ContainmentActionDispatch;
|
|
friend class CPA0ContainmentActionGenImpl;
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__CPA0CONTAINMENTACTION__HXX
|