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.
118 lines
3.5 KiB
118 lines
3.5 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, Fnd0DetailedMessageDelegate
|
|
Filename: Fnd0DetailedMessageDelegate.hxx
|
|
Module: tccore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0DETAILEDMESSAGEDELEGATE_HXX
|
|
#define TEAMCENTER__FND0DETAILEDMESSAGEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/Fnd0DetailedMessage.hxx>
|
|
|
|
#include <tccore/libtccore_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DetailedMessageDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DetailedMessageImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DetailedMessage;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DetailedMessageGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class TCCORE_API Teamcenter_alias::Fnd0DetailedMessageDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0DetailedMessageDelegate instance
|
|
static Fnd0DetailedMessageDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0DetailedMessageImpl pointer
|
|
static Fnd0DetailedMessageImpl* createImpl( Fnd0DetailedMessage& ifObj );
|
|
|
|
// Method to delete the Fnd0DetailedMessageImpl pointer
|
|
static void deleteImpl( Fnd0DetailedMessageImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 9
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0DetailBase(const Fnd0DetailedMessage &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 9
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0MessageBase(const Fnd0DetailedMessage &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 9
|
|
/// @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 setFnd0DetailBase(Fnd0DetailedMessage &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 9
|
|
/// @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 setFnd0MessageBase(Fnd0DetailedMessage &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0DetailedMessageDelegate* m_pInstance;
|
|
|
|
Fnd0DetailedMessageDelegate();
|
|
virtual ~Fnd0DetailedMessageDelegate();
|
|
static void setInstance( Fnd0DetailedMessageDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0DetailedMessageGenImpl;
|
|
|
|
};
|
|
|
|
#include <tccore/libtccore_undef.h>
|
|
#endif // TEAMCENTER__FND0DETAILEDMESSAGEDELEGATE_HXX
|