![]() | InDesign SDK 20.5 |
#include <IAdobeBasicJobMetaData.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| Job (const PMString &name="", const PMString &id="") | |
| Job (const Job &other) | |
| Job & | operator= (const Job &other) |
| bool | operator== (const Job &other) const |
| void | SetName (const PMString &name) |
| PMString | GetName () const |
| void | SetId (const PMString &id) |
| PMString | GetId () const |
This class is used to store one Job definition.
typedefs
| inline |
Copy Constructor.
| other | IN Job to copy from. |
| inline |
Returns the id of the job.
| inline |
Returns the job name.
Assignment operator.
| other | IN Job to assign from. |
| inline |
Compares two jobs.
| other | IN Other job to compare. |
| inline |
Sets the id of the job.
| id | IN Job id to set. |