//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, CPBrandAssetRevision Filename: CPBrandAssetRevision.hxx Module: brndmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISION__HXX #define TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISION__HXX #include #include #include #include #include namespace Teamcenter { namespace BRNDMGMT { class CPBrandAssetRevision; } } namespace Teamcenter { namespace BRNDMGMT { class CPBrandAssetRevisionImpl; } } namespace Teamcenter { namespace BRNDMGMT { class CPBrandAssetRevisionDelegate; } } namespace Teamcenter { namespace BRNDMGMT { class CPBrandAssetRevisionDispatch; } } namespace Teamcenter { namespace BRNDMGMT { class CPBrandAssetRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BRNDMGMT_API Teamcenter::BRNDMGMT::CPBrandAssetRevision : public ::Teamcenter::DocumentRevision { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getAsset_type( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getBrand_category( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.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 getBrm0CP_artworks( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.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 getBrm0CP_copy( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.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 getBrm0CP_copy_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.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 getBrm0CP_graphic_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getClassification( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 8.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 getCP_brand_equities( std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getInternal_competitor( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getUsage( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Tc 8 /// @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 setAsset_type( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setBrand_category( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setClassification( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setInternal_competitor( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setUsage( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ CPBrandAssetRevision(); /** * Destructor */ virtual ~CPBrandAssetRevision(); private: // Getter method for the Implementation Object CPBrandAssetRevisionImpl* getCPBrandAssetRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCPBrandAssetRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object CPBrandAssetRevisionImpl* m_cpbrandassetrevisionImpl; // 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 CPBrandAssetRevision - desc for CPBrandAssetRevision parameter */ CPBrandAssetRevision( const CPBrandAssetRevision& ); CPBrandAssetRevision& operator=( const CPBrandAssetRevision& ); friend class CPBrandAssetRevisionDelegate; friend class CPBrandAssetRevisionDispatch; friend class CPBrandAssetRevisionGenImpl; }; #include #endif // TEAMCENTER__BRNDMGMT__CPBRANDASSETREVISION__HXX