Class ExportDialog.ExpotFormat
- java.lang.Object
-
- de.willuhn.jameica.hbci.gui.dialogs.ExportDialog.ExpotFormat
-
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject,java.lang.Comparable,java.rmi.Remote
- Enclosing class:
- ExportDialog
public class ExportDialog.ExpotFormat extends java.lang.Object implements de.willuhn.datasource.GenericObject, java.lang.ComparableHilfsklasse zur Anzeige der Exporter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object o)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- See Also:
GenericObject.getAttribute(java.lang.String)
-
getAttributeNames
public java.lang.String[] getAttributeNames() throws java.rmi.RemoteException- Specified by:
getAttributeNamesin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException- See Also:
GenericObject.getAttributeNames()
-
getID
public java.lang.String getID() throws java.rmi.RemoteException- Specified by:
getIDin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException- See Also:
GenericObject.getID()
-
getPrimaryAttribute
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException- See Also:
GenericObject.getPrimaryAttribute()
-
equals
public boolean equals(de.willuhn.datasource.GenericObject arg0) throws java.rmi.RemoteException- Specified by:
equalsin interfacede.willuhn.datasource.GenericObject- Throws:
java.rmi.RemoteException- See Also:
GenericObject.equals(de.willuhn.datasource.GenericObject)
-
getExporter
public Exporter getExporter()
Liefert den zugehoerigen Exporter.- Returns:
- der zugehoerige Exporter.
-
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareToin interfacejava.lang.Comparable- See Also:
Comparable.compareTo(java.lang.Object)
-
-