Class SantanderCreateInfo
java.lang.Object
de.frankmuenster.mahoe.assistant.CreateInfo
de.frankmuenster.mahoe.banks.santander.assistant.SantanderCreateInfo
Benötigte Informationen zum Erstellen eines Santander Kontos
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.willuhn.jameica.hbci.rmi.Konto
getLogin()
void
setClearingAccount
(de.willuhn.jameica.hbci.rmi.Konto clearingAccount) void
setCreateClearing
(Boolean createClearing) void
setKtoNummer
(String ktoNummer) void
Methods inherited from class de.frankmuenster.mahoe.assistant.CreateInfo
getAccountType, getComment, getDescription, getOwner, getStatementsMaxDaysBack, setAccountType, setComment, setDescription, setOwner, setStatementsMaxDaysBack
-
Constructor Details
-
SantanderCreateInfo
public SantanderCreateInfo()Standardkonstruktor
-
-
Method Details
-
getClearingAccount
public de.willuhn.jameica.hbci.rmi.Konto getClearingAccount()- Returns:
- the clearingAccount
-
getKtoNummer
- Returns:
- the ktoNummer
-
getLogin
- Returns:
- the login
-
isCreateClearing
- Returns:
- the createClearing
-
setClearingAccount
public void setClearingAccount(de.willuhn.jameica.hbci.rmi.Konto clearingAccount) - Parameters:
clearingAccount
- the clearingAccount to set
-
setCreateClearing
- Parameters:
createClearing
- the createClearing to set
-
setKtoNummer
- Parameters:
ktoNummer
- the ktoNummer to set
-
setLogin
- Parameters:
login
- the login to set
-