|
void | setCarouselId (unsigned int objectCarouselId) |
|
void | setModuleId (unsigned int objectModuleId) |
|
void | setKey (unsigned int objectKey) |
|
void | setKind (string objectKind) |
|
void | addBinding (Binding *binding) |
|
void | setData (char *data) |
|
void | setDataSize (unsigned int size) |
|
string | getObjectId () |
|
unsigned int | getCarouselId () |
|
unsigned int | getModuleId () |
|
unsigned int | getKey () |
|
string | getKind () |
|
vector< Binding * > * | getBindings () |
|
char * | getData () |
|
unsigned int | getDataSize () |
|
void | print () |
|
|
unsigned int | carouselId |
|
unsigned int | moduleId |
|
unsigned int | key |
|
string | kind |
|
string | name |
|
vector< Binding * > | bindings |
|
char * | data |
|
unsigned int | dataSize |
|
The documentation for this class was generated from the following files:
- gingacc-dataprocessing/include/dataprocessing/dsmcc/carousel/object/Object.h
- gingacc-dataprocessing/src/dsmcc/carousel/object/Object.cpp