/**
  * Convert this object to a StorableInteger
  * 
  * @return object
  * @access public
  * @since 6/9/06
  */
 function asAInteger()
 {
     return Integer::fromString($this->asString());
 }