a class to represent a a record of gme data. Other classes will extend this class
Note
If any of the members have a value of None, this means that they could not be read for that specific time
emptyObj = gme.base.gmeData()
written by AJ, 20130131
This method is used to parse a dictionary of gme data from the mongodb into a gmeData object.
Note
In general, users will not need to use this.
Belongs to: gmeData
myObj.parseDb(mongoDbDict)
written by AJ, 20130129
This method is used to convert a gmeData object into a mongodb data dictionary.
Note
In general, users will not need to worry about this
Belongs to: gmeData
mongoDbDict = myObj.todbDict()
written by AJ, 20130129
alias of gme.base.gmeBase