#include <DatabaseQueryHandler.h>
Public Member Functions | |
ItemDTO () | |
ItemDTO & | operator= (const ItemDTO &itemDTO) |
ItemDTO (const ItemDTO &itemDTO) | |
const char * | getItemName () |
const char * | getAnimationPath () |
void | setItemName (const char *itemName) |
void | setAnimationPath (const char *animationPath) |
Private Attributes | |
const char * | itemName |
const char * | animationPath |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|