Package de.willuhn.jameica.hbci.gui.parts

Examples of de.willuhn.jameica.hbci.gui.parts.ErweiterteVerwendungszwecke


   */
  public VerwendungszweckDialog(HibiscusTransfer transfer, int pos) throws RemoteException
  {
    this(pos);
    this.lines    = transfer.getWeitereVerwendungszwecke();
    this.ewz      = new ErweiterteVerwendungszwecke(transfer);
    this.readOnly = ((transfer instanceof Terminable) && ((Terminable)transfer).ausgefuehrt());
  }
View Full Code Here


   */
  public VerwendungszweckDialog(SammelTransferBuchung buchung, int pos) throws RemoteException
  {
    this(pos);
    this.lines    = buchung.getWeitereVerwendungszwecke();
    this.ewz      = new ErweiterteVerwendungszwecke(buchung);

    SammelTransfer tf = buchung.getSammelTransfer();
    this.readOnly = tf.ausgefuehrt();
  }
View Full Code Here

TOP

Related Classes of de.willuhn.jameica.hbci.gui.parts.ErweiterteVerwendungszwecke

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.