|
ImagingTools Core SDK
|
#include <IPartProductionInfo.h>
Public Types | |
| enum | MetaInfoTypes { MIT_STATUS = idoc::IDocumentMetaInfo::MIT_USER + 3000 } |
Public Member Functions | |
| virtual QByteArray | GetStatus () const =0 |
| virtual void | SetStatus (const QByteArray &status)=0 |
Common interface for a product instance part production. A product instance is the result of the product installation by the customer.
Definition at line 17 of file IPartProductionInfo.h.
| Enumerator | |
|---|---|
| MIT_STATUS | Serial number of the product.. |
Definition at line 20 of file IPartProductionInfo.h.
|
pure virtual |
Get the status of this product instance.
|
pure virtual |
Set the status of this product instance.