Go to the documentation of this file.
21 const std::string&
getTitle()
const {
return title; }
22 const std::string&
getYear()
const {
return year; }
23 const std::string&
getCompany()
const {
return company; }
24 const std::string&
getCountry()
const {
return country; }
26 const std::string&
getRemark()
const {
return remark; }
38 const std::string title;
39 const std::string year;
40 const std::string company;
41 const std::string country;
42 const std::string origType;
43 const std::string remark;