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.

98 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, Fnd0FasnGroupHardwareRowDelegate
Filename: Fnd0FasnGroupHardwareRowDelegate.hxx
Module: Fnd0FastenerMgmt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0FASNGROUPHARDWAREROWDELEGATE_HXX
#define TEAMCENTER__FND0FASNGROUPHARDWAREROWDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Fnd0FastenerMgmt/Fnd0FasnGroupHardwareRow.hxx>
#include <Fnd0FastenerMgmt/libfnd0fastenermgmt_exports.h>
namespace Teamcenter
{
class Fnd0FasnGroupHardwareRowDelegate;
}
namespace Teamcenter
{
class Fnd0FasnGroupHardwareRowImpl;
}
namespace Teamcenter
{
class Fnd0FasnGroupHardwareRow;
}
namespace Teamcenter
{
class Fnd0FasnGroupHardwareRowGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0FASTENERMGMT_API Teamcenter_alias::Fnd0FasnGroupHardwareRowDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0FasnGroupHardwareRowDelegate instance
static Fnd0FasnGroupHardwareRowDelegate& getInstance();
// Method to create the Fnd0FasnGroupHardwareRowImpl pointer
static Fnd0FasnGroupHardwareRowImpl* createImpl( Fnd0FasnGroupHardwareRow& ifObj );
// Method to delete the Fnd0FasnGroupHardwareRowImpl pointer
static void deleteImpl( Fnd0FasnGroupHardwareRowImpl* impl );
///
/// Getter for a Tag Property
/// @version Teamcenter 11.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0ItemRevisionBase(const Fnd0FasnGroupHardwareRow &ifObj, tag_t &value, bool &isNull ) const;
///
/// Setter for a Tag Property
/// @version Teamcenter 11.4
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setFnd0ItemRevisionBase(Fnd0FasnGroupHardwareRow &ifObj, const tag_t &value, bool isNull );
protected:
// Pointer to the instance
static Fnd0FasnGroupHardwareRowDelegate* m_pInstance;
Fnd0FasnGroupHardwareRowDelegate();
virtual ~Fnd0FasnGroupHardwareRowDelegate();
static void setInstance( Fnd0FasnGroupHardwareRowDelegate* instance );
private:
friend class ::Teamcenter::Fnd0FasnGroupHardwareRowGenImpl;
};
#include <Fnd0FastenerMgmt/libfnd0fastenermgmt_undef.h>
#endif // TEAMCENTER__FND0FASNGROUPHARDWAREROWDELEGATE_HXX