442443444445446447448449
public Input getAccountType() throws RemoteException { if (this.accountType != null) return this.accountType; this.accountType = new KontoartInput(this.getKonto().getAccountType()); return this.accountType; }