17 #ifndef TEAMCENTER__SIGNOFF__HXX
18 #define TEAMCENTER__SIGNOFF__HXX
23 #include <common/tc_deprecation_macros.h>
26 #include <epm/libepm_exports.h>
38 class SignoffDelegate;
42 class SignoffDispatch;
81 int getComments( std::string &value,
bool &isNull )
const;
108 int getDue_date( date_t &value,
bool &isNull )
const;
243 int getJob_name( std::string &value,
bool &isNull )
const;
279 int getOrigin( tag_t &value,
bool &isNull )
const;
297 int getProfile( tag_t &value,
bool &isNull )
const;
387 int setComments(
const std::string &value,
bool isNull=
false );
414 int setDue_date(
const date_t &value,
bool isNull=
false );
441 int setOrigin(
const tag_t &value,
bool isNull=
false );
498 virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
514 ::Teamcenter::RootObjectImpl*
setSignoffImpl( ::Teamcenter::RootObjectImpl* impl );
537 friend class SignoffDelegate;
538 friend class SignoffGenImpl;
541 #include <epm/libepm_undef.h>
542 #endif // TEAMCENTER__SIGNOFF__HXX