31 MongoDBRefBase::MongoDBRefBase(dbName, docId)
39 const Ice::Current&
c)
const
43 obj->setString(
"dbName", this->dbName);
44 obj->setString(
"docId", this->docId);
48 const Ice::Current&
c)
52 this->dbName = obj->getString(
"dbName");
53 this->docId = obj->getString(
"docId");