Browse CVS Repository
Diff of /xoonips/AL/item.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 14 |
private: |
private: |
| 15 |
int iid; |
int iid; |
| 16 |
int itemTypeID; |
int itemTypeID; |
|
char *subtype; |
|
| 17 |
int contributorUID; |
int contributorUID; |
| 18 |
char *title; |
char *title; |
| 19 |
char *keywords; |
char *keywords; |
| 36 |
|
|
| 37 |
int getItemID() const; |
int getItemID() const; |
| 38 |
int getItemTypeID() const; |
int getItemTypeID() const; |
|
const char *getSubtype() const; |
|
| 39 |
int getContributorUID() const; |
int getContributorUID() const; |
| 40 |
const char *getTitle() const; |
const char *getTitle() const; |
| 41 |
const char *getKeywords() const; |
const char *getKeywords() const; |
| 46 |
|
|
| 47 |
void setItemID(int); |
void setItemID(int); |
| 48 |
void setItemTypeID(int); |
void setItemTypeID(int); |
|
void setSubtype(const char *); |
|
| 49 |
void setContributorUID(int); |
void setContributorUID(int); |
| 50 |
void setTitle(const char*); |
void setTitle(const char*); |
| 51 |
void setKeywords(const char*); |
void setKeywords(const char*); |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|