|
| Model (ServerInterface &srvInterface, std::string modelName) |
|
| Model (ServerInterface &srvInterface, Oid model_oid) |
|
std::string | getBaseModelName () const |
|
std::string | getModelCategory () const |
|
std::string | getModelName () const |
|
Oid | getModelOid () const |
|
size_t | getModelSize () const |
|
std::string | getModelType () const |
|
std::string | getModelVersion () const |
|
std::string | getOwner () const |
|
std::string | getSchema () const |
|
bool | isModelComplete () const |
|
void | setModelCategory (const std::string &mc) |
|
void | setModelName (const std::string &mName) |
|
void | setModelOid (Oid mOid) |
|
void | setModelProgress (bool p) |
|
void | setModelSize (size_t size) |
|
void | setModelType (const std::string &mt) |
|
void | setModelVersion (const std::string &v) |
|
void | setOwner (const std::string &o) |
|
void | setSchema (const std::string &s) |
|