fable.gui.dialog
Class ExportOPMLDialogData

java.lang.Object
  extended by fable.gui.dialog.ExportOPMLDialogData

public class ExportOPMLDialogData
extends java.lang.Object

Return type of export OPML dialog.

Author:
Wonsik Kim

Field Summary
 java.util.List<Feed> feeds
          feeds to be added to the OPML file.
 java.lang.String fileName
          OPML file name.
 
Method Summary
 java.lang.String toString()
          Returns string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

public final java.lang.String fileName
OPML file name.


feeds

public final java.util.List<Feed> feeds
feeds to be added to the OPML file.

Method Detail

toString

public java.lang.String toString()
Returns string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
string representation of this object.