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.
97 lines
2.7 KiB
97 lines
2.7 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, Fnd0BranchContentDelegate
|
|
Filename: Fnd0BranchContentDelegate.hxx
|
|
Module: cfm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0BRANCHCONTENTDELEGATE_HXX
|
|
#define TEAMCENTER__FND0BRANCHCONTENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cfm/Fnd0BranchContent.hxx>
|
|
|
|
#include <cfm/libcfm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0BranchContentDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0BranchContentImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0BranchContent;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0BranchContentGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CFM_API Teamcenter_alias::Fnd0BranchContentDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0BranchContentDelegate instance
|
|
static Fnd0BranchContentDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0BranchContentImpl pointer
|
|
static Fnd0BranchContentImpl* createImpl( Fnd0BranchContent& ifObj );
|
|
|
|
// Method to delete the Fnd0BranchContentImpl pointer
|
|
static void deleteImpl( Fnd0BranchContentImpl* impl );
|
|
|
|
|
|
///
|
|
/// 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 Fnd0BranchContent &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// Setter for a Date Property
|
|
/// @version Teamcenter 11.1
|
|
/// @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 setFnd0EndDateBase(Fnd0BranchContent &ifObj, const date_t &value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0BranchContentDelegate* m_pInstance;
|
|
|
|
Fnd0BranchContentDelegate();
|
|
virtual ~Fnd0BranchContentDelegate();
|
|
static void setInstance( Fnd0BranchContentDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0BranchContentGenImpl;
|
|
|
|
};
|
|
|
|
#include <cfm/libcfm_undef.h>
|
|
#endif // TEAMCENTER__FND0BRANCHCONTENTDELEGATE_HXX
|