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.

124 lines
3.4 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, DCt_GrphcTrnsltnRevision
Filename: DCt_GrphcTrnsltnRevision.hxx
Module: contmgmtbase
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX
#define TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmtbase/DCt_ItemRevision.hxx>
#include <contmgmtbase/libcontmgmtbase_exports.h>
namespace Teamcenter
{
namespace contmgmtbase
{
class DCt_GrphcTrnsltnRevision;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class DCt_GrphcTrnsltnRevisionImpl;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class DCt_GrphcTrnsltnRevisionDelegate;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class DCt_GrphcTrnsltnRevisionDispatch;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class DCt_GrphcTrnsltnRevisionGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class CONTMGMTBASE_API Teamcenter::contmgmtbase::DCt_GrphcTrnsltnRevision
: public ::Teamcenter::contmgmtbase::DCt_ItemRevision
{
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
*/
DCt_GrphcTrnsltnRevision();
/**
* Destructor
*/
virtual ~DCt_GrphcTrnsltnRevision();
private:
// Getter method for the Implementation Object
DCt_GrphcTrnsltnRevisionImpl* getDCt_GrphcTrnsltnRevisionImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setDCt_GrphcTrnsltnRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
DCt_GrphcTrnsltnRevisionImpl* m_dct_grphctrnsltnrevisionImpl;
// 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 DCt_GrphcTrnsltnRevision - desc for DCt_GrphcTrnsltnRevision parameter
*/
DCt_GrphcTrnsltnRevision( const DCt_GrphcTrnsltnRevision& );
DCt_GrphcTrnsltnRevision& operator=( const DCt_GrphcTrnsltnRevision& );
friend class DCt_GrphcTrnsltnRevisionDelegate;
friend class DCt_GrphcTrnsltnRevisionDispatch;
friend class DCt_GrphcTrnsltnRevisionGenImpl;
};
#include <contmgmtbase/libcontmgmtbase_undef.h>
#endif // TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISION__HXX