getPrice01Max() public method

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