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.

216 lines
6.3 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, Mdl0EffectivityInModel
Filename: Mdl0EffectivityInModel.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX
#define TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX
#include <string>
#include <unidefs.h>
#include <common/tc_deprecation_macros.h>
#include <tccore/POM_object.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0EffectivityInModel;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0EffectivityInModelImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0EffectivityInModelDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0EffectivityInModelDispatch;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0EffectivityInModelGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class MDL0MODEL_API Teamcenter::AppModel::Mdl0EffectivityInModel
: public ::Teamcenter::POM_object
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// 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 getMdl0configurator_URL( 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 getMdl0description( std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0model( tag_t &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 getMdl0name( 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 getMdl0product_name( 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 getMdl0product_namespace( 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 setMdl0configurator_URL( const std::string &value, bool isNull=false );
///
/// 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 setMdl0description( const std::string &value, bool isNull=false );
///
/// Setter for a Tag 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 setMdl0model( const tag_t &value, bool isNull=false );
///
/// 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 setMdl0name( const std::string &value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Mdl0EffectivityInModel();
/**
* Destructor
*/
virtual ~Mdl0EffectivityInModel();
private:
// Getter method for the Implementation Object
Mdl0EffectivityInModelImpl* getMdl0EffectivityInModelImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setMdl0EffectivityInModelImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Mdl0EffectivityInModelImpl* m_mdl0effectivityinmodelImpl;
// 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 Mdl0EffectivityInModel - desc for Mdl0EffectivityInModel parameter
*/
Mdl0EffectivityInModel( const Mdl0EffectivityInModel& );
Mdl0EffectivityInModel& operator=( const Mdl0EffectivityInModel& );
friend class Mdl0EffectivityInModelDelegate;
friend class Mdl0EffectivityInModelDispatch;
friend class Mdl0EffectivityInModelGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX