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.

180 lines
5.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, Rlz0RealizationMap
Filename: Rlz0RealizationMap.hxx
Module: rlz0realization
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__REALIZATION__RLZ0REALIZATIONMAP__HXX
#define TEAMCENTER__REALIZATION__RLZ0REALIZATIONMAP__HXX
#include <string>
#include <unidefs.h>
#include <common/tc_deprecation_macros.h>
#include <tccore/POM_object.hxx>
#include <rlz0realization/librlz0realization_exports.h>
namespace Teamcenter
{
namespace Realization
{
class Rlz0RealizationMap;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0RealizationMapImpl;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0RealizationMapDelegate;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0RealizationMapDispatch;
}
}
namespace Teamcenter
{
namespace Realization
{
class Rlz0RealizationMapGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class RLZ0REALIZATION_API Teamcenter::Realization::Rlz0RealizationMap
: 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 getRlz0cs_id( 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 getRlz0realization( 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 getRlz0target( 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 setRlz0cs_id( 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 setRlz0realization( 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 setRlz0target( const std::string &value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Rlz0RealizationMap();
/**
* Destructor
*/
virtual ~Rlz0RealizationMap();
private:
// Getter method for the Implementation Object
Rlz0RealizationMapImpl* getRlz0RealizationMapImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setRlz0RealizationMapImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Rlz0RealizationMapImpl* m_rlz0realizationmapImpl;
// 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 Rlz0RealizationMap - desc for Rlz0RealizationMap parameter
*/
Rlz0RealizationMap( const Rlz0RealizationMap& );
Rlz0RealizationMap& operator=( const Rlz0RealizationMap& );
friend class Rlz0RealizationMapDelegate;
friend class Rlz0RealizationMapDispatch;
friend class Rlz0RealizationMapGenImpl;
};
#include <rlz0realization/librlz0realization_undef.h>
#endif // TEAMCENTER__REALIZATION__RLZ0REALIZATIONMAP__HXX