//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, PhysicalLocationBOMLine Filename: PhysicalLocationBOMLine.hxx Module: asmaintained @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONBOMLINE__HXX #define TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONBOMLINE__HXX #include #include #include #include namespace Teamcenter { namespace asmaintained { class PhysicalLocationBOMLine; } } namespace Teamcenter { namespace asmaintained { class PhysicalLocationBOMLineImpl; } } namespace Teamcenter { namespace asmaintained { class PhysicalLocationBOMLineDelegate; } } namespace Teamcenter { namespace asmaintained { class PhysicalLocationBOMLineDispatch; } } namespace Teamcenter { namespace asmaintained { class PhysicalLocationBOMLineGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class ASMAINTAINED_API Teamcenter::asmaintained::PhysicalLocationBOMLine : public ::Teamcenter::ImanItemLine { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_city( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_country( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_postal_code( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_region( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_state_province( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_street( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_company_url( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_location_description( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_location_name( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.0.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPlbl_location_type( std::string &value, bool &isNull ) const; protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ PhysicalLocationBOMLine(); /** * Destructor */ virtual ~PhysicalLocationBOMLine(); private: // Getter method for the Implementation Object PhysicalLocationBOMLineImpl* getPhysicalLocationBOMLineImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setPhysicalLocationBOMLineImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object PhysicalLocationBOMLineImpl* m_physicallocationbomlineImpl; // 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 PhysicalLocationBOMLine - desc for PhysicalLocationBOMLine parameter */ PhysicalLocationBOMLine( const PhysicalLocationBOMLine& ); PhysicalLocationBOMLine& operator=( const PhysicalLocationBOMLine& ); friend class PhysicalLocationBOMLineDelegate; friend class PhysicalLocationBOMLineDispatch; friend class PhysicalLocationBOMLineGenImpl; }; #include #endif // TEAMCENTER__ASMAINTAINED__PHYSICALLOCATIONBOMLINE__HXX