de.willuhn.datasource.GenericObject
, java.lang.Comparable
, java.rmi.Remote
public class ExportDialog.ExpotFormat
extends java.lang.Object
implements de.willuhn.datasource.GenericObject, java.lang.Comparable
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() |
public java.lang.Object getAttribute(java.lang.String arg0) throws java.rmi.RemoteException
getAttribute
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getAttribute(java.lang.String)
public java.lang.String[] getAttributeNames() throws java.rmi.RemoteException
getAttributeNames
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getAttributeNames()
public java.lang.String getID() throws java.rmi.RemoteException
getID
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getID()
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
getPrimaryAttribute
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.getPrimaryAttribute()
public boolean equals(de.willuhn.datasource.GenericObject arg0) throws java.rmi.RemoteException
equals
in interface de.willuhn.datasource.GenericObject
java.rmi.RemoteException
GenericObject.equals(de.willuhn.datasource.GenericObject)
public Exporter getExporter()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Comparable.compareTo(java.lang.Object)