4849505152535455
* @see de.willuhn.jameica.hbci.gui.views.AbstractUmsatzDetail#getControl() */ protected UmsatzDetailControl getControl() { if (this.control == null) this.control = new UmsatzDetailEditControl(this); return this.control; }