org.pentaho.platform.dataaccess.datasource.wizard.models
Class FileInfo

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.wizard.models.FileInfo
All Implemented Interfaces:
Serializable, org.pentaho.ui.xul.XulEventSource

public class FileInfo
extends org.pentaho.ui.xul.XulEventSourceAdapter
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileInfo()
           
 
Method Summary
 String getModified()
           
 String getName()
           
 long getSize()
           
 String getSizeStr()
           
static String getSizeStr(long size)
           
 void setModified(String modified)
           
 void setName(String name)
           
 void setSize(long size)
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfo

public FileInfo()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getSize

public long getSize()

getSizeStr

public static String getSizeStr(long size)

setSize

public void setSize(long size)

getModified

public String getModified()

setModified

public void setModified(String modified)

getSizeStr

public String getSizeStr()