more on article
This commit is contained in:
parent
7063637ad4
commit
2c5368c621
2 changed files with 5 additions and 1 deletions
|
@ -16,4 +16,6 @@ bool Article::isSold() { return salePtr_ ? true : false; }
|
|||
|
||||
std::string Article::getDescription() { return description_; }
|
||||
|
||||
Seller* Article::getSeller() { return sellerPtr_.get(); }
|
||||
Seller* Article::getSeller() { return sellerPtr_.get(); }
|
||||
|
||||
int Article::getPrice() { return price_; }
|
Loading…
Add table
Add a link
Reference in a new issue