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.
139 lines
3.6 KiB
139 lines
3.6 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, Prg0AbsProjectPlan
|
|
Filename: Prg0AbsProjectPlan.hxx
|
|
Module: prg0programinfra
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX
|
|
#define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <prg0programinfra/Prg0AbsPlan.hxx>
|
|
|
|
#include <prg0programinfra/libprg0programinfra_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlan;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanImpl;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanDelegate;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanDispatch;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanGenImpl;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsProjectPlan
|
|
: public ::Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsPlan
|
|
{
|
|
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
|
|
*/
|
|
Prg0AbsProjectPlan();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~Prg0AbsProjectPlan();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
Prg0AbsProjectPlanImpl* getPrg0AbsProjectPlanImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setPrg0AbsProjectPlanImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
Prg0AbsProjectPlanImpl* m_prg0absprojectplanImpl;
|
|
|
|
// 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 Prg0AbsProjectPlan - desc for Prg0AbsProjectPlan parameter
|
|
*/
|
|
Prg0AbsProjectPlan( const Prg0AbsProjectPlan& );
|
|
Prg0AbsProjectPlan& operator=( const Prg0AbsProjectPlan& );
|
|
|
|
friend class Prg0AbsProjectPlanDelegate;
|
|
friend class Prg0AbsProjectPlanDispatch;
|
|
friend class Prg0AbsProjectPlanGenImpl;
|
|
};
|
|
|
|
#include <prg0programinfra/libprg0programinfra_undef.h>
|
|
#endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX
|