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.

308 lines
10 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, PnM0PenetrationRevision
Filename: PnM0PenetrationRevision.hxx
Module: PnM0penetration
@BMIDE autogenerated
==================================================================================================*/
#ifndef PENETRATIONMGMT__PNM0PENETRATIONREVISION__HXX
#define PENETRATIONMGMT__PNM0PENETRATIONREVISION__HXX
#include <string>
#include <common/tc_deprecation_macros.h>
#include <issuemgmt/IssueReportRevision.hxx>
#include <PnM0penetration/libpnm0penetration_exports.h>
namespace penetrationmgmt
{
class PnM0PenetrationRevision;
}
namespace penetrationmgmt
{
class PnM0PenetrationRevisionImpl;
}
namespace penetrationmgmt
{
class PnM0PenetrationRevisionDelegate;
}
namespace penetrationmgmt
{
class PnM0PenetrationRevisionDispatch;
}
namespace penetrationmgmt
{
class PnM0PenetrationRevisionGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class PNM0PENETRATION_API penetrationmgmt::PnM0PenetrationRevision
: public ::Teamcenter::issuemgmt::IssueReportRevision
{
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 getPnm0Compensation_type( 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 getPnm0Cut_across_erection_brk( 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 getPnm0Hole_cut_direction( 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 getPnm0Hole_cut_face_handle( 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 getPnm0Hole_cut_feature_handle( 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 getPnm0Hole_cut_status( 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 getPnm0Hole_cut_type( 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 getPnm0Penetration_type( 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 getPnm0Routing_segment_handle( 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 getPnm0Spill_coaming_required( 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 getPnm0Structural_mfg_status( 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 setPnm0Compensation_type( 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 setPnm0Cut_across_erection_brk( 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 setPnm0Hole_cut_direction( 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 setPnm0Hole_cut_face_handle( 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 setPnm0Hole_cut_feature_handle( 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 setPnm0Hole_cut_status( 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 setPnm0Hole_cut_type( 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 setPnm0Penetration_type( 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 setPnm0Routing_segment_handle( 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 setPnm0Spill_coaming_required( 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 setPnm0Structural_mfg_status( const std::string &value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
PnM0PenetrationRevision();
/**
* Destructor
*/
virtual ~PnM0PenetrationRevision();
private:
// Getter method for the Implementation Object
PnM0PenetrationRevisionImpl* getPnM0PenetrationRevisionImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setPnM0PenetrationRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
PnM0PenetrationRevisionImpl* m_pnm0penetrationrevisionImpl;
// 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 PnM0PenetrationRevision - desc for PnM0PenetrationRevision parameter
*/
PnM0PenetrationRevision( const PnM0PenetrationRevision& );
PnM0PenetrationRevision& operator=( const PnM0PenetrationRevision& );
friend class PnM0PenetrationRevisionDelegate;
friend class PnM0PenetrationRevisionDispatch;
friend class PnM0PenetrationRevisionGenImpl;
};
#include <PnM0penetration/libpnm0penetration_undef.h>
#endif // PENETRATIONMGMT__PNM0PENETRATIONREVISION__HXX