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.

116 lines
3.4 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, Fnd0ModelReqBOMLineDelegate
Filename: Fnd0ModelReqBOMLineDelegate.hxx
Module: validation
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0MODELREQBOMLINEDELEGATE_HXX
#define TEAMCENTER__FND0MODELREQBOMLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <validation/Fnd0ModelReqBOMLine.hxx>
#include <validation/libvalidation_exports.h>
namespace Teamcenter
{
class Fnd0ModelReqBOMLineDelegate;
}
namespace Teamcenter
{
class Fnd0ModelReqBOMLineImpl;
}
namespace Teamcenter
{
class Fnd0ModelReqBOMLine;
}
namespace Teamcenter
{
class Fnd0ModelReqBOMLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class VALIDATION_API Teamcenter_alias::Fnd0ModelReqBOMLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ModelReqBOMLineDelegate instance
static Fnd0ModelReqBOMLineDelegate& getInstance();
// Method to create the Fnd0ModelReqBOMLineImpl pointer
static Fnd0ModelReqBOMLineImpl* createImpl( Fnd0ModelReqBOMLine& ifObj );
// Method to delete the Fnd0ModelReqBOMLineImpl pointer
static void deleteImpl( Fnd0ModelReqBOMLineImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0bl_req_expression_strBase(const Fnd0ModelReqBOMLine &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 10
/// @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 setFnd0bl_req_expression_strBase(Fnd0ModelReqBOMLine &ifObj, const std::string &value, bool isNull );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Fnd0ModelReqBOMLine &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// Description for the Finalize Create Input
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - Return desc for Initialize for Create
///
int finalizeCreateInputBase(const Fnd0ModelReqBOMLine &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0ModelReqBOMLineDelegate* m_pInstance;
Fnd0ModelReqBOMLineDelegate();
virtual ~Fnd0ModelReqBOMLineDelegate();
static void setInstance( Fnd0ModelReqBOMLineDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ModelReqBOMLineGenImpl;
};
#include <validation/libvalidation_undef.h>
#endif // TEAMCENTER__FND0MODELREQBOMLINEDELEGATE_HXX