//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, Cm0ProposedImpactedObject Filename: Cm0ProposedImpactedObject.hxx Module: cm @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CM__CM0PROPOSEDIMPACTEDOBJECT__HXX #define TEAMCENTER__CM__CM0PROPOSEDIMPACTEDOBJECT__HXX #include #include #include #include #include #include namespace Teamcenter { namespace CM { class Cm0ProposedImpactedObject; } } namespace Teamcenter { namespace CM { class Cm0ProposedImpactedObjectImpl; } } namespace Teamcenter { namespace CM { class Cm0ProposedImpactedObjectDelegate; } } namespace Teamcenter { namespace CM { class Cm0ProposedImpactedObjectDispatch; } } namespace Teamcenter { namespace CM { class Cm0ProposedImpactedObjectGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CM_API Teamcenter::CM::Cm0ProposedImpactedObject : public ::Teamcenter::RuntimeBusinessObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Tag Array Property /// @version Teamcenter 12.2 /// @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 getCm0Children( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 12.2 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0HasChildren( bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 12.2 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0IsAlreadyImpacted( bool &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0ProblemObject( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0ProposedImpactedObject( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0ProposedImpactedObjName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0ProposedImpactedType( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0Relation( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0SourceObject( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 12.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCm0SourceObjectType( std::string &value, bool &isNull ) const; /// /// Setter for a Tag Array Property /// @version Teamcenter 12.2 /// @param values - Values to be set for the parameter /// @param isNull - If array element is true, set the parameter value at that location as null /// @return - Status. 0 if successful /// int setCm0Children( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 ); /// /// Setter for a Boolean Property /// @version Teamcenter 12.2 /// @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 setCm0HasChildren( bool value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 12.2 /// @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 setCm0IsAlreadyImpacted( bool value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 12.2 /// @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 setCm0ProblemObject( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 12.2 /// @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 setCm0ProposedImpactedObject( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 12.2 /// @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 setCm0ProposedImpactedObjName( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 12.2 /// @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 setCm0ProposedImpactedType( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 12.2 /// @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 setCm0Relation( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 12.2 /// @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 setCm0SourceObject( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 12.2 /// @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 setCm0SourceObjectType( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Cm0ProposedImpactedObject(); /** * Destructor */ virtual ~Cm0ProposedImpactedObject(); private: // Getter method for the Implementation Object Cm0ProposedImpactedObjectImpl* getCm0ProposedImpactedObjectImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCm0ProposedImpactedObjectImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Cm0ProposedImpactedObjectImpl* m_cm0proposedimpactedobjectImpl; // 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 Cm0ProposedImpactedObject - desc for Cm0ProposedImpactedObject parameter */ Cm0ProposedImpactedObject( const Cm0ProposedImpactedObject& ); Cm0ProposedImpactedObject& operator=( const Cm0ProposedImpactedObject& ); friend class Cm0ProposedImpactedObjectDelegate; friend class Cm0ProposedImpactedObjectDispatch; friend class Cm0ProposedImpactedObjectGenImpl; }; #include #endif // TEAMCENTER__CM__CM0PROPOSEDIMPACTEDOBJECT__HXX