getPrice02Max() public method

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