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.Comparable
Hilfsklasse zur Anzeige der Exporter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(java.lang.Object o)
boolean
equals(de.willuhn.datasource.GenericObject arg0)
java.lang.Object
getAttribute(java.lang.String arg0)
java.lang.String[]
getAttributeNames()
Exporter
getExporter()
Liefert den zugehoerigen Exporter.java.lang.String
getID()
java.lang.String
getPrimaryAttribute()
-
-
-
Method Detail
-
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0) throws java.rmi.RemoteException
- Specified by:
getAttribute
in 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:
getAttributeNames
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
GenericObject.getAttributeNames()
-
getID
public java.lang.String getID() throws java.rmi.RemoteException
- Specified by:
getID
in interfacede.willuhn.datasource.GenericObject
- Throws:
java.rmi.RemoteException
- See Also:
GenericObject.getID()
-
getPrimaryAttribute
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
- Specified by:
getPrimaryAttribute
in 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:
equals
in 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:
compareTo
in interfacejava.lang.Comparable
- See Also:
Comparable.compareTo(java.lang.Object)
-
-