olp-cpp-sdk
1.22.0
|
Contains information on the catalog creator and customer organisation that is related to the catalog. More...
#include <Catalog.h>
Public Member Functions | |
Owner (const Owner &)=default | |
Owner (Owner &&)=default | |
Owner & | operator= (const Owner &)=default |
Owner & | operator= (Owner &&)=default |
const Creator & | GetCreator () const |
Gets the Creator instance. More... | |
Creator & | GetMutableCreator () |
Gets a mutable reference to the Creator instance. More... | |
void | SetCreator (const Creator &value) |
Sets Creator instance. More... | |
const Creator & | GetOrganisation () const |
Gets the ID of the customer organisation that is related to this catalog. More... | |
Creator & | GetMutableOrganisation () |
Gets a mutable reference to the ID of the customer organisation that is related to this catalog. More... | |
void | SetOrganisation (const Creator &value) |
Sets ID of the customer organisation. More... | |
Contains information on the catalog creator and customer organisation that is related to the catalog.
|
inline |
|
inline |
|
inline |
Gets a mutable reference to the ID of the customer organisation that is related to this catalog.
|
inline |
Gets the ID of the customer organisation that is related to this catalog.
|
inline |
|
inline |
Sets ID of the customer organisation.
value | The ID of the customer organisation that is related to this catalog. |