Class ExportDialog.ExportFormat
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.dialogs.ExportDialog.ExportFormat
-
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject,java.lang.Comparable<ExportDialog.ExportFormat>,java.rmi.Remote
- Enclosing class:
- ExportDialog
public static class ExportDialog.ExportFormat extends java.lang.Object implements de.willuhn.datasource.GenericObject, java.lang.Comparable<ExportDialog.ExportFormat>
Hilfsklasse zur Anzeige der Exporter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExportDialog.ExportFormat other)booleanequals(de.willuhn.datasource.GenericObject arg0)java.lang.ObjectgetAttribute(java.lang.String arg0)java.lang.String[]getAttributeNames()ExportergetExporter()Liefert den zugehoerigen Exporter.java.lang.StringgetID()java.lang.StringgetPrimaryAttribute()
-
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0) throws java.rmi.RemoteException- Specified by:
getAttributein interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException
-
getAttributeNames
public java.lang.String[] getAttributeNames() throws java.rmi.RemoteException- Specified by:
getAttributeNamesin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException
-
getID
public java.lang.String getID() throws java.rmi.RemoteException- Specified by:
getIDin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException
-
getPrimaryAttribute
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException
-
equals
public boolean equals(de.willuhn.datasource.GenericObject arg0) throws java.rmi.RemoteException- Specified by:
equalsin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException
-
getExporter
public Exporter getExporter()
Liefert den zugehoerigen Exporter.- Returns:
- der zugehoerige Exporter.
-
compareTo
public int compareTo(ExportDialog.ExportFormat other)
- Specified by:
compareToin interfacejava.lang.Comparable<ExportDialog.ExportFormat>
-
-