wt.ixb.handlers.forattributes
Class ExpImpForIconAttr.IconFileInfo

java.lang.Object
  extended bywt.ixb.handlers.forattributes.ExpImpForIconAttr.IconFileInfo
Enclosing class:
ExpImpForIconAttr

private class ExpImpForIconAttr.IconFileInfo
extends Object


Field Summary
private  String exportFileName
           
private  String iconFileName
           
private  Locale theLocale
           
 
Constructor Summary
ExpImpForIconAttr.IconFileInfo(Locale _theLocale, String _iconFileName, String _exportFileName)
           
 
Method Summary
 String getExportFileName()
           
 String getIconFileName()
           
 Locale getLocale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theLocale

private Locale theLocale

exportFileName

private String exportFileName

iconFileName

private String iconFileName
Constructor Detail

ExpImpForIconAttr.IconFileInfo

public ExpImpForIconAttr.IconFileInfo(Locale _theLocale,
                                      String _iconFileName,
                                      String _exportFileName)
Method Detail

getLocale

public Locale getLocale()

getExportFileName

public String getExportFileName()

getIconFileName

public String getIconFileName()