43 std::string getName();
44 std::string getVersion();
45 std::string getPackager();
46 std::string getDescription();
47 void setName(std::string& name);
48 void setDescription(std::string& description);
49 void setVersion(std::string& version);
50 void setCollection(std::string& collection);
51 void setPackager(std::string& packager);
53 bool isToBeInstalled();
55 void setStatus(CPSTATUS pstatus);
56 void unSetStatus(CPSTATUS pstatus);
60 std::string _collection;
63 std::string _packager;
64 std::string _description;
Definition: libcards.h:845
std::string getCollection()
Return.
Definition: pkg.cxx:61
Pkg()
Constructor.
Definition: pkg.cxx:29
~Pkg()
Destructor.
Definition: pkg.cxx:35