Each model has a _setup method that defines the characteristics of that model.
class Vendor_Model_MyObjects extends Solar_Sql_Model { protected function _setup() { } }
After _setup is executed, Solar will standardize the formats of some properties and fill in missing values. All the important properties of the model will have values in functions defined on the model.