Class PreTimeRestriction

  • All Implemented Interfaces:
    Restriction

    public class PreTimeRestriction
    extends java.lang.Object
    implements Restriction
    Testet, ob der erste Zahltag den HBCI-Restriktionen der Bank entspricht.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreTimeRestriction​(java.util.Date ersteZahlung, java.util.Properties jobRestrictions)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test()
      Fuehrt den Test aus.
      • Methods inherited from class java.lang.Object

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

      • PreTimeRestriction

        public PreTimeRestriction​(java.util.Date ersteZahlung,
                                  java.util.Properties jobRestrictions)
        ct.
        Parameters:
        ersteZahlung -
        jobRestrictions - Job-Restrictions des HBCI-Systems.
    • Method Detail

      • test

        public void test()
                  throws de.willuhn.util.ApplicationException
        Description copied from interface: Restriction
        Fuehrt den Test aus.
        Specified by:
        test in interface Restriction
        Throws:
        de.willuhn.util.ApplicationException - wird geworfen, wenn der Test fehlschlug. Die Exception muss eine fuer den Benutzer verstaendliche Fehlermeldung enthalten.
        See Also:
        Restriction.test()