/** @see de.willuhn.datasource.db.AbstractDBObject#getAttribute(java.lang.String) */
  public Object getAttribute(String arg0) throws RemoteException {
    if ("konto_id".equals(arg0)) return getKonto();

    if ("mergedzweck".equals(arg0)) return VerwendungszweckUtil.toString(this);

    return super.getAttribute(arg0);
  }