You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
5.7 KiB

//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, Cba0PartProxy
Filename: Cba0PartProxy.hxx
Module: cba
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__CBA0PARTPROXY__HXX
#define TEAMCENTER__CBA__CBA0PARTPROXY__HXX
#include <string>
#include <unidefs.h>
#include <common/tc_deprecation_macros.h>
#include <cba/Cba0PersistentProxy.hxx>
#include <cba/libcba_exports.h>
namespace Teamcenter
{
namespace cba
{
class Cba0PartProxy;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0PartProxyImpl;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0PartProxyDelegate;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0PartProxyDispatch;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0PartProxyGenImpl;
}
}
namespace Teamcenter
{
class RootObjectImpl;
}
class CBA_API Teamcenter::cba::Cba0PartProxy
: public ::Teamcenter::cba::Cba0PersistentProxy
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0_AuthorizationState( std::string &value, bool &isNull ) const;
///
/// Getter for a Date Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0_EffectiveInDate( date_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0_EffectiveInPoint( std::string &value, bool &isNull ) const;
///
/// Getter for a Date Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0_EffectiveOutDate( date_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0_EffectiveOutPoint( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0MadeFromPart( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0PartFinish( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0PartIdentifier( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0RpsRpdByGroupId( std::string &value, bool &isNull ) const;
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Cba0PartProxy();
/**
* Destructor
*/
virtual ~Cba0PartProxy();
private:
// Getter method for the Implementation Object
Cba0PartProxyImpl* getCba0PartProxyImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setCba0PartProxyImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Cba0PartProxyImpl* m_cba0partproxyImpl;
// 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 Cba0PartProxy - desc for Cba0PartProxy parameter
*/
Cba0PartProxy( const Cba0PartProxy& );
Cba0PartProxy& operator=( const Cba0PartProxy& );
friend class Cba0PartProxyDelegate;
friend class Cba0PartProxyDispatch;
friend class Cba0PartProxyGenImpl;
};
#include <cba/libcba_undef.h>
#endif // TEAMCENTER__CBA__CBA0PARTPROXY__HXX