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.

206 lines
5.8 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, Mdl0SearchDef
Filename: Mdl0SearchDef.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0SEARCHDEF__HXX
#define TEAMCENTER__APPMODEL__MDL0SEARCHDEF__HXX
#include <string>
#include <common/tc_deprecation_macros.h>
#include <metaframework/RuntimeBusinessObject.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchDef;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchDefImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchDefDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchDefDispatch;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchDefGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class MDL0MODEL_API Teamcenter::AppModel::Mdl0SearchDef
: public ::Teamcenter::RuntimeBusinessObject
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// Getter for a Boolean Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0_tso_flag( bool &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 11.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0ReturnType( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 11.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0RootType( std::string &value, bool &isNull ) const;
///
/// Getter for an Integer Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0searchtype( int &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 11.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0TraversalKey( std::string &value, bool &isNull ) const;
///
/// Setter for a Boolean 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 setMdl0_tso_flag( bool value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 11.3
/// @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 setMdl0ReturnType( const std::string &value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 11.3
/// @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 setMdl0RootType( const std::string &value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 11.3
/// @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 setMdl0TraversalKey( const std::string &value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Mdl0SearchDef();
/**
* Destructor
*/
virtual ~Mdl0SearchDef();
private:
// Getter method for the Implementation Object
Mdl0SearchDefImpl* getMdl0SearchDefImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setMdl0SearchDefImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Mdl0SearchDefImpl* m_mdl0searchdefImpl;
// Flag to indicate if Implementation object needs to be deleted
bool m_deleteImpl;
/**
* Name of the Business Object
*/
static std::string name;
/**
* Private default constructor. We do not want this class instantiated without the business object passed in.
* @param Mdl0SearchDef - desc for Mdl0SearchDef parameter
*/
Mdl0SearchDef( const Mdl0SearchDef& );
Mdl0SearchDef& operator=( const Mdl0SearchDef& );
friend class Mdl0SearchDefDelegate;
friend class Mdl0SearchDefDispatch;
friend class Mdl0SearchDefGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0SEARCHDEF__HXX