//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, Rlz0Realization Filename: Rlz0Realization.hxx Module: rlz0realization @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX #define TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX #include #include #include #include namespace Teamcenter { namespace Realization { class Rlz0Realization; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationImpl; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationDelegate; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationDispatch; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class RLZ0REALIZATION_API Teamcenter::Realization::Rlz0Realization : public ::Teamcenter::POM_application_object { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// 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 getRlz0revision_rule( tag_t &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_effectivity_exprs( bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_source_object_attr( bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_variant_exprs( bool &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 getRlz0target_model( tag_t &value, bool &isNull ) const; /// /// 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 setRlz0revision_rule( const tag_t &value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @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 setRlz0sync_effectivity_exprs( bool value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @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 setRlz0sync_source_object_attr( bool value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @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 setRlz0sync_variant_exprs( bool 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 setRlz0target_model( const tag_t &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Rlz0Realization(); /** * Destructor */ virtual ~Rlz0Realization(); private: // Getter method for the Implementation Object Rlz0RealizationImpl* getRlz0RealizationImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setRlz0RealizationImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Rlz0RealizationImpl* m_rlz0realizationImpl; // 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 Rlz0Realization - desc for Rlz0Realization parameter */ Rlz0Realization( const Rlz0Realization& ); Rlz0Realization& operator=( const Rlz0Realization& ); friend class Rlz0RealizationDelegate; friend class Rlz0RealizationDispatch; friend class Rlz0RealizationGenImpl; }; #include #endif // TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX