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.
ML_ITK/13/include_cpp/pkgart/Pka0DigitalAssetRevisionDel...

108 lines
3.0 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, Pka0DigitalAssetRevisionDelegate
Filename: Pka0DigitalAssetRevisionDelegate.hxx
Module: pkgart
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PKGART__PKA0DIGITALASSETREVISIONDELEGATE_HXX
#define TEAMCENTER__PKGART__PKA0DIGITALASSETREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <pkgart/Pka0DigitalAssetRevision.hxx>
#include <pkgart/libpkgart_exports.h>
namespace Teamcenter
{
namespace PKGART
{
class Pka0DigitalAssetRevisionDelegate;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0DigitalAssetRevisionImpl;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0DigitalAssetRevision;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0DigitalAssetRevisionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class PKGART_API Teamcenter_alias::PKGART::Pka0DigitalAssetRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Pka0DigitalAssetRevisionDelegate instance
static Pka0DigitalAssetRevisionDelegate& getInstance();
// Method to create the Pka0DigitalAssetRevisionImpl pointer
static Pka0DigitalAssetRevisionImpl* createImpl( Pka0DigitalAssetRevision& ifObj );
// Method to delete the Pka0DigitalAssetRevisionImpl pointer
static void deleteImpl( Pka0DigitalAssetRevisionImpl* impl );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Pka0DigitalAssetRevision &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Pka0DigitalAssetRevision &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Pka0DigitalAssetRevisionDelegate* m_pInstance;
Pka0DigitalAssetRevisionDelegate();
virtual ~Pka0DigitalAssetRevisionDelegate();
static void setInstance( Pka0DigitalAssetRevisionDelegate* instance );
private:
friend class ::Teamcenter::PKGART::Pka0DigitalAssetRevisionGenImpl;
};
#include <pkgart/libpkgart_undef.h>
#endif // TEAMCENTER__PKGART__PKA0DIGITALASSETREVISIONDELEGATE_HXX