getCodeMax() public method

Get Product_code max
public getCodeMax ( ) : integer
return integer
 /**
  * {@inheritDoc}
  */
 public function getCodeMax()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCodeMax', array());
     return parent::getCodeMax();
 }