olp-cpp-sdk  1.22.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
olp::dataservice::read::model::Owner Class Reference

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
 
Owneroperator= (const Owner &)=default
 
Owneroperator= (Owner &&)=default
 
const CreatorGetCreator () const
 Gets the Creator instance. More...
 
CreatorGetMutableCreator ()
 Gets a mutable reference to the Creator instance. More...
 
void SetCreator (const Creator &value)
 Sets Creator instance. More...
 
const CreatorGetOrganisation () const
 Gets the ID of the customer organisation that is related to this catalog. More...
 
CreatorGetMutableOrganisation ()
 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...
 

Detailed Description

Contains information on the catalog creator and customer organisation that is related to the catalog.

Member Function Documentation

◆ GetCreator()

const Creator& olp::dataservice::read::model::Owner::GetCreator ( ) const
inline

Gets the Creator instance.

Returns
The Creator instance.

◆ GetMutableCreator()

Creator& olp::dataservice::read::model::Owner::GetMutableCreator ( )
inline

Gets a mutable reference to the Creator instance.

Returns
The mutable reference to the Creator instance.

◆ GetMutableOrganisation()

Creator& olp::dataservice::read::model::Owner::GetMutableOrganisation ( )
inline

Gets a mutable reference to the ID of the customer organisation that is related to this catalog.

Returns
The mutable reference to the ID of the customer organisation that is related to this catalog.

◆ GetOrganisation()

const Creator& olp::dataservice::read::model::Owner::GetOrganisation ( ) const
inline

Gets the ID of the customer organisation that is related to this catalog.

Returns
The ID of the customer organisation that is related to this catalog.

◆ SetCreator()

void olp::dataservice::read::model::Owner::SetCreator ( const Creator value)
inline

Sets Creator instance.

Parameters
valueThe Creator instance.

◆ SetOrganisation()

void olp::dataservice::read::model::Owner::SetOrganisation ( const Creator value)
inline

Sets ID of the customer organisation.

Parameters
valueThe ID of the customer organisation that is related to this catalog.

The documentation for this class was generated from the following file: