//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, Fnd0BOMLineLite Filename: Fnd0BOMLineLite.hxx Module: Fnd0bomlite @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0BOMLINELITE__HXX #define TEAMCENTER__FND0BOMLINELITE__HXX #include #include #include #include #include #include namespace Teamcenter { class Fnd0BOMLineLite; } namespace Teamcenter { class Fnd0BOMLineLiteImpl; } namespace Teamcenter { class Fnd0BOMLineLiteDelegate; } namespace Teamcenter { class Fnd0BOMLineLiteDispatch; } namespace Teamcenter { class Fnd0BOMLineLiteGenImpl; } namespace Teamcenter { class RootObjectImpl; } class FND0BOMLITE_API Teamcenter::Fnd0BOMLineLite : public ::Teamcenter::RuntimeBusinessObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string 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 getBl_abs_occ_id( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_absocc_uid_in_topline_context( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_apn_uid_in_topline_context( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_clone_stable_occurrence_id( std::string &value, bool &isNull ) const; /// /// Getter for a Tag 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 getBl_config_window( 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 getBl_has_children( 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 getBl_is_occ_suppressed( bool &value, bool &isNull ) const; /// /// Getter for a Tag 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 getBl_jt_dataset_tag( 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 getBl_jt_override_children( bool &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_line_name( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_occurrence_uid( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 11.6 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getbl_parent( tag_t &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_plmxml_abs_xform( std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getBl_plmxml_occ_xform( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getBl_property_overrides( std::vector< std::string > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag 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 getBl_window( tag_t &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 12.4 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bl_configured_out( int &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bl_plmxml_override_xform( std::string &value, bool &isNull ) const; protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0BOMLineLite(); /** * Destructor */ virtual ~Fnd0BOMLineLite(); private: // Getter method for the Implementation Object Fnd0BOMLineLiteImpl* getFnd0BOMLineLiteImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0BOMLineLiteImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0BOMLineLiteImpl* m_fnd0bomlineliteImpl; // 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 Fnd0BOMLineLite - desc for Fnd0BOMLineLite parameter */ Fnd0BOMLineLite( const Fnd0BOMLineLite& ); Fnd0BOMLineLite& operator=( const Fnd0BOMLineLite& ); friend class Fnd0BOMLineLiteDelegate; friend class Fnd0BOMLineLiteDispatch; friend class Fnd0BOMLineLiteGenImpl; }; #include #endif // TEAMCENTER__FND0BOMLINELITE__HXX