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
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, SRP0PrSrvRequestRevision
|
|
Filename: SRP0PrSrvRequestRevision.hxx
|
|
Module: servicerequest
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX
|
|
#define TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <servicerequest/SRP0SrvRequestRevision.hxx>
|
|
|
|
#include <servicerequest/libservicerequest_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0PrSrvRequestRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0PrSrvRequestRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0PrSrvRequestRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0PrSrvRequestRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0PrSrvRequestRevisionGenImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class SERVICEREQUEST_API Teamcenter::servicerequest::SRP0PrSrvRequestRevision
|
|
: public ::Teamcenter::servicerequest::SRP0SrvRequestRevision
|
|
{
|
|
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
|
|
*/
|
|
SRP0PrSrvRequestRevision();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~SRP0PrSrvRequestRevision();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
SRP0PrSrvRequestRevisionImpl* getSRP0PrSrvRequestRevisionImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setSRP0PrSrvRequestRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
SRP0PrSrvRequestRevisionImpl* m_srp0prsrvrequestrevisionImpl;
|
|
|
|
// 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 SRP0PrSrvRequestRevision - desc for SRP0PrSrvRequestRevision parameter
|
|
*/
|
|
SRP0PrSrvRequestRevision( const SRP0PrSrvRequestRevision& );
|
|
SRP0PrSrvRequestRevision& operator=( const SRP0PrSrvRequestRevision& );
|
|
|
|
friend class SRP0PrSrvRequestRevisionDelegate;
|
|
friend class SRP0PrSrvRequestRevisionDispatch;
|
|
friend class SRP0PrSrvRequestRevisionGenImpl;
|
|
};
|
|
|
|
#include <servicerequest/libservicerequest_undef.h>
|
|
#endif // TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX
|