com.ebmwebsourcing.geasytools.widgets.ext.impl.file
Class File

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.file.File
All Implemented Interfaces:
IFile

public class File
extends java.lang.Object
implements IFile


Constructor Summary
File()
           
 
Method Summary
 java.lang.String getAbsolutePath()
           
 java.lang.String getAuthor()
           
 java.util.Date getCreationDate()
           
 java.lang.String getExtension()
           
 java.util.Date getLastModificationDate()
           
 java.lang.String getName()
           
 java.lang.Object getValue(java.lang.String attributeName)
           
 void setAbsolutePath(java.lang.String absolutePath)
           
 void setAttribute(java.lang.String attributeName, java.lang.Object value)
           
 void setAuthor(java.lang.String author)
           
 void setCreationDate(java.util.Date date)
           
 void setExtension(java.lang.String extension)
           
 void setLastModificationDate(java.util.Date date)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()
Method Detail

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.