org.silverpeas.process.io.file
Class AbstractDummyHandledFile

java.lang.Object
  extended by org.silverpeas.process.io.file.AbstractDummyHandledFile
All Implemented Interfaces:
DummyHandledFile
Direct Known Subclasses:
DummyFile, SimpleDocumentDummyHandledFile, ThumbnailDummyHandledFile

public abstract class AbstractDummyHandledFile
extends Object
implements DummyHandledFile

User: Yohann Chastagnier Date: 23/10/13


Constructor Summary
AbstractDummyHandledFile()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isDeleted()
          Indicates if the virtual file is a deleted one.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.silverpeas.process.io.file.DummyHandledFile
getComponentInstanceId, getMimeType, getName, getPath, getSize
 

Constructor Detail

AbstractDummyHandledFile

public AbstractDummyHandledFile()
Method Detail

isDeleted

public boolean isDeleted()
Description copied from interface: DummyHandledFile
Indicates if the virtual file is a deleted one.

Specified by:
isDeleted in interface DummyHandledFile
Returns:

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.