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, SRP0RqstActivityRevision
Filename: SRP0RqstActivityRevision.hxx
Module: servicerequest
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0RQSTACTIVITYREVISION__HXX
#define TEAMCENTER__SERVICEREQUEST__SRP0RQSTACTIVITYREVISION__HXX
#include <common/tc_deprecation_macros.h>
#include <servicerequest/SRP0GnSrvRequestRevision.hxx>
#include <servicerequest/libservicerequest_exports.h>
namespace Teamcenter
{
namespace servicerequest
{
class SRP0RqstActivityRevision;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0RqstActivityRevisionImpl;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0RqstActivityRevisionDelegate;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0RqstActivityRevisionDispatch;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0RqstActivityRevisionGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class SERVICEREQUEST_API Teamcenter::servicerequest::SRP0RqstActivityRevision
: public ::Teamcenter::servicerequest::SRP0GnSrvRequestRevision
{
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
*/
SRP0RqstActivityRevision();
/**
* Destructor
*/
virtual ~SRP0RqstActivityRevision();
private:
// Getter method for the Implementation Object
SRP0RqstActivityRevisionImpl* getSRP0RqstActivityRevisionImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setSRP0RqstActivityRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
SRP0RqstActivityRevisionImpl* m_srp0rqstactivityrevisionImpl;
// 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 SRP0RqstActivityRevision - desc for SRP0RqstActivityRevision parameter
*/
SRP0RqstActivityRevision( const SRP0RqstActivityRevision& );
SRP0RqstActivityRevision& operator=( const SRP0RqstActivityRevision& );
friend class SRP0RqstActivityRevisionDelegate;
friend class SRP0RqstActivityRevisionDispatch;
friend class SRP0RqstActivityRevisionGenImpl;
};
#include <servicerequest/libservicerequest_undef.h>
#endif // TEAMCENTER__SERVICEREQUEST__SRP0RQSTACTIVITYREVISION__HXX