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, CPA0PreventiveAction
|
|
Filename: CPA0PreventiveAction.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__CPA0PREVENTIVEACTION__HXX
|
|
#define CAPADATAMODEL__CPA0PREVENTIVEACTION__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/ImanRelation.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0PreventiveAction;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0PreventiveActionImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0PreventiveActionDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0PreventiveActionDispatch;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0PreventiveActionGenImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel::CPA0PreventiveAction
|
|
: 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
|
|
*/
|
|
CPA0PreventiveAction();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~CPA0PreventiveAction();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
CPA0PreventiveActionImpl* getCPA0PreventiveActionImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setCPA0PreventiveActionImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
CPA0PreventiveActionImpl* m_cpa0preventiveactionImpl;
|
|
|
|
// 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 CPA0PreventiveAction - desc for CPA0PreventiveAction parameter
|
|
*/
|
|
CPA0PreventiveAction( const CPA0PreventiveAction& );
|
|
CPA0PreventiveAction& operator=( const CPA0PreventiveAction& );
|
|
|
|
friend class CPA0PreventiveActionDelegate;
|
|
friend class CPA0PreventiveActionDispatch;
|
|
friend class CPA0PreventiveActionGenImpl;
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__CPA0PREVENTIVEACTION__HXX
|