//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, Val1CondEvalDataRevision Filename: Val1CondEvalDataRevision.hxx Module: Val1cfgvalidation @BMIDE autogenerated ==================================================================================================*/ #ifndef VAL1CFGVALIDATION__VAL1CONDEVALDATAREVISION__HXX #define VAL1CFGVALIDATION__VAL1CONDEVALDATAREVISION__HXX #include #include #include namespace val1cfgvalidation { class Val1CondEvalDataRevision; } namespace val1cfgvalidation { class Val1CondEvalDataRevisionImpl; } namespace val1cfgvalidation { class Val1CondEvalDataRevisionDelegate; } namespace val1cfgvalidation { class Val1CondEvalDataRevisionDispatch; } namespace val1cfgvalidation { class Val1CondEvalDataRevisionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class VAL1CFGVALIDATION_API val1cfgvalidation::Val1CondEvalDataRevision : public ::val1cfgvalidation::Val1CfgValDataRevision { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Val1CondEvalDataRevision(); /** * Destructor */ virtual ~Val1CondEvalDataRevision(); private: // Getter method for the Implementation Object Val1CondEvalDataRevisionImpl* getVal1CondEvalDataRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setVal1CondEvalDataRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Val1CondEvalDataRevisionImpl* m_val1condevaldatarevisionImpl; // 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 Val1CondEvalDataRevision - desc for Val1CondEvalDataRevision parameter */ Val1CondEvalDataRevision( const Val1CondEvalDataRevision& ); Val1CondEvalDataRevision& operator=( const Val1CondEvalDataRevision& ); friend class Val1CondEvalDataRevisionDelegate; friend class Val1CondEvalDataRevisionDispatch; friend class Val1CondEvalDataRevisionGenImpl; }; #include #endif // VAL1CFGVALIDATION__VAL1CONDEVALDATAREVISION__HXX