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
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, Lgt0LogisticBOPRevisionDelegate
|
|
Filename: Lgt0LogisticBOPRevisionDelegate.hxx
|
|
Module: Lgt0logistics
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__LGT0LOGISTICBOPREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__LGT0LOGISTICBOPREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Lgt0logistics/Lgt0LogisticBOPRevision.hxx>
|
|
|
|
#include <Lgt0logistics/liblgt0logistics_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevisionImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevision;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lgt0LogisticBOPRevisionGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class LGT0LOGISTICS_API Teamcenter_alias::Lgt0LogisticBOPRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Lgt0LogisticBOPRevisionDelegate instance
|
|
static Lgt0LogisticBOPRevisionDelegate& getInstance();
|
|
|
|
// Method to create the Lgt0LogisticBOPRevisionImpl pointer
|
|
static Lgt0LogisticBOPRevisionImpl* createImpl( Lgt0LogisticBOPRevision& ifObj );
|
|
|
|
// Method to delete the Lgt0LogisticBOPRevisionImpl pointer
|
|
static void deleteImpl( Lgt0LogisticBOPRevisionImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getLgt0PlantNameBase(const Lgt0LogisticBOPRevision &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @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 setLgt0PlantNameBase(Lgt0LogisticBOPRevision &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Lgt0LogisticBOPRevisionDelegate* m_pInstance;
|
|
|
|
Lgt0LogisticBOPRevisionDelegate();
|
|
virtual ~Lgt0LogisticBOPRevisionDelegate();
|
|
static void setInstance( Lgt0LogisticBOPRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Lgt0LogisticBOPRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <Lgt0logistics/liblgt0logistics_undef.h>
|
|
#endif // TEAMCENTER__LGT0LOGISTICBOPREVISIONDELEGATE_HXX
|