Represents a catalog version dependency.
More...
#include <VersionDependency.h>
Represents a catalog version dependency.
◆ GetDirect()
bool olp::dataservice::read::model::VersionDependency::GetDirect |
( |
| ) |
const |
|
inline |
Gets the direct dependency status.
- Returns
- The direct dependency status.
◆ GetHrn()
const std::string& olp::dataservice::read::model::VersionDependency::GetHrn |
( |
| ) |
const |
|
inline |
Gets the HRN.
- Returns
- The HRN.
◆ GetVersion()
std::int64_t olp::dataservice::read::model::VersionDependency::GetVersion |
( |
| ) |
const |
|
inline |
Gets the catalog version.
- Returns
- The catalog version.
◆ SetDirect()
void olp::dataservice::read::model::VersionDependency::SetDirect |
( |
bool |
direct | ) |
|
|
inline |
Sets the direct dependency status.
- Parameters
-
direct | The direct dependency status. |
◆ SetHrn()
void olp::dataservice::read::model::VersionDependency::SetHrn |
( |
std::string |
hrn | ) |
|
|
inline |
Sets the HRN.
- Parameters
-
hrn | The HRN that you want to set. |
◆ SetVersion()
void olp::dataservice::read::model::VersionDependency::SetVersion |
( |
std::int64_t |
version | ) |
|
|
inline |
Sets the catalog version.
- Parameters
-
version | The catalog version. |
The documentation for this class was generated from the following file: