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, Fnd0JoinedPartsTableRowDelegate
Filename: Fnd0JoinedPartsTableRowDelegate.hxx
Module: Fnd0FastenerMgmt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX
#define TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Fnd0FastenerMgmt/Fnd0JoinedPartsTableRow.hxx>
#include <Fnd0FastenerMgmt/libfnd0fastenermgmt_exports.h>
namespace Teamcenter
{
class Fnd0JoinedPartsTableRowDelegate;
}
namespace Teamcenter
{
class Fnd0JoinedPartsTableRowImpl;
}
namespace Teamcenter
{
class Fnd0JoinedPartsTableRow;
}
namespace Teamcenter
{
class Fnd0JoinedPartsTableRowGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0FASTENERMGMT_API Teamcenter_alias::Fnd0JoinedPartsTableRowDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0JoinedPartsTableRowDelegate instance
static Fnd0JoinedPartsTableRowDelegate& getInstance();
// Method to create the Fnd0JoinedPartsTableRowImpl pointer
static Fnd0JoinedPartsTableRowImpl* createImpl( Fnd0JoinedPartsTableRow& ifObj );
// Method to delete the Fnd0JoinedPartsTableRowImpl pointer
static void deleteImpl( Fnd0JoinedPartsTableRowImpl* 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 getFnd0PartBase(const Fnd0JoinedPartsTableRow &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 setFnd0PartBase(Fnd0JoinedPartsTableRow &ifObj, const tag_t &value, bool isNull );
protected:
// Pointer to the instance
static Fnd0JoinedPartsTableRowDelegate* m_pInstance;
Fnd0JoinedPartsTableRowDelegate();
virtual ~Fnd0JoinedPartsTableRowDelegate();
static void setInstance( Fnd0JoinedPartsTableRowDelegate* instance );
private:
friend class ::Teamcenter::Fnd0JoinedPartsTableRowGenImpl;
};
#include <Fnd0FastenerMgmt/libfnd0fastenermgmt_undef.h>
#endif // TEAMCENTER__FND0JOINEDPARTSTABLEROWDELEGATE_HXX