Class Utils


  • public final class Utils
    extends java.lang.Object
    Author:
    Frank Münster
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static de.willuhn.jameica.hbci.rmi.Konto getKonto​(java.lang.String ktoId)
      Liefert ein Konto zu den angegeben ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKonto

        public static de.willuhn.jameica.hbci.rmi.Konto getKonto​(java.lang.String ktoId)
        Liefert ein Konto zu den angegeben ID.
        Parameters:
        ktoId - die Konto-ID.
        Returns:
        das Konto oder NULL.