com.ebmwebsourcing.geasytools.widgets.ext.impl.file
Class File
java.lang.Object
com.ebmwebsourcing.geasytools.widgets.ext.impl.file.File
- All Implemented Interfaces:
- IFile
public class File
- extends java.lang.Object
- implements IFile
|
Constructor Summary |
File()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
File
public File()
getAbsolutePath
public java.lang.String getAbsolutePath()
- Specified by:
getAbsolutePath in interface IFile
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor in interface IFile
getCreationDate
public java.util.Date getCreationDate()
- Specified by:
getCreationDate in interface IFile
getExtension
public java.lang.String getExtension()
- Specified by:
getExtension in interface IFile
getLastModificationDate
public java.util.Date getLastModificationDate()
- Specified by:
getLastModificationDate in interface IFile
getName
public java.lang.String getName()
- Specified by:
getName in interface IFile
setAbsolutePath
public void setAbsolutePath(java.lang.String absolutePath)
- Specified by:
setAbsolutePath in interface IFile
setAuthor
public void setAuthor(java.lang.String author)
- Specified by:
setAuthor in interface IFile
setCreationDate
public void setCreationDate(java.util.Date date)
- Specified by:
setCreationDate in interface IFile
setExtension
public void setExtension(java.lang.String extension)
- Specified by:
setExtension in interface IFile
setLastModificationDate
public void setLastModificationDate(java.util.Date date)
- Specified by:
setLastModificationDate in interface IFile
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface IFile
getValue
public java.lang.Object getValue(java.lang.String attributeName)
- Specified by:
getValue in interface IFile
setAttribute
public void setAttribute(java.lang.String attributeName,
java.lang.Object value)
- Specified by:
setAttribute in interface IFile
Copyright © 2010-2011 Petals Link. All Rights Reserved.