Example #1
0
 /** @see de.willuhn.datasource.GenericObject#getID() */
 public String getID() throws RemoteException {
   return PinTanConfigFactory.toRelativePath(getFilename());
 }
Example #2
0
 /** @see de.willuhn.jameica.hbci.passport.Configuration#delete() */
 public void delete() throws ApplicationException {
   PinTanConfigFactory.delete(this);
 }