    %getterComment%
    public function get%PropertyName%()
    {
        return $this->getActualProperty('%propertyName%');
    }