Package de.willuhn.jameica.hbci.rmi
Class KontoauszugInterval.IntervalMonthly
java.lang.Object
de.willuhn.jameica.hbci.rmi.KontoauszugInterval
de.willuhn.jameica.hbci.rmi.KontoauszugInterval.IntervalMonthly
- Enclosing class:
- KontoauszugInterval
Intervall fuer monatlich.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.willuhn.jameica.hbci.rmi.KontoauszugInterval
KontoauszugInterval.IntervalAlways, KontoauszugInterval.IntervalBiWeekly, KontoauszugInterval.IntervalMonthly, KontoauszugInterval.IntervalNever, KontoauszugInterval.IntervalWeekly
-
Field Summary
Fields inherited from class de.willuhn.jameica.hbci.rmi.KontoauszugInterval
DEFAULT, KNOWN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.willuhn.jameica.hbci.rmi.KontoauszugInterval
find, getNextInterval
-
Constructor Details
-
IntervalMonthly
public IntervalMonthly()
-
-
Method Details
-
getNextInterval
Description copied from class:KontoauszugInterval
Ermittelt das naechste Intervall basierend auf dem letzten Termin.- Specified by:
getNextInterval
in classKontoauszugInterval
- Parameters:
last
- der letzte Termin. Kann NULL sein.- Returns:
- das naechste Datum oder NULL, wenn keines existiert.
-
getId
Description copied from class:KontoauszugInterval
Liefert einen Identifier fuer das Intervall.- Specified by:
getId
in classKontoauszugInterval
- Returns:
- ein Identifier fuer das Intervall.
-
getName
Description copied from class:KontoauszugInterval
Liefert einen sprechenden Namen fuer das Intervall.- Specified by:
getName
in classKontoauszugInterval
- Returns:
- sprechender Name fuer das Intervall.
-