public function __construct()
 {
     $this->_beanId = md5(time());
     parent::__construct();
 }