//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, Lbr0MembershipRule Filename: Lbr0MembershipRule.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0MEMBERSHIPRULE__HXX #define TEAMCENTER__LIBRARYMGMT__LBR0MEMBERSHIPRULE__HXX #include #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0MembershipRule; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0MembershipRuleImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0MembershipRuleDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0MembershipRuleDispatch; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0MembershipRuleGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0MembershipRule : public ::Teamcenter::POM_application_object { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Setter for a Tag Property /// @version Teamcenter 11.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 setLbr0HierarchyNode( const tag_t &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Lbr0MembershipRule(); /** * Destructor */ virtual ~Lbr0MembershipRule(); private: // Getter method for the Implementation Object Lbr0MembershipRuleImpl* getLbr0MembershipRuleImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setLbr0MembershipRuleImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Lbr0MembershipRuleImpl* m_lbr0membershipruleImpl; // 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 Lbr0MembershipRule - desc for Lbr0MembershipRule parameter */ Lbr0MembershipRule( const Lbr0MembershipRule& ); Lbr0MembershipRule& operator=( const Lbr0MembershipRule& ); friend class Lbr0MembershipRuleDelegate; friend class Lbr0MembershipRuleDispatch; friend class Lbr0MembershipRuleGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0MEMBERSHIPRULE__HXX