com.application.areca.impl
Class FileSystemRecoveryEntry

java.lang.Object
  extended by com.application.areca.impl.FileSystemRecoveryEntry
All Implemented Interfaces:
RecoveryEntry

public class FileSystemRecoveryEntry
extends java.lang.Object
implements RecoveryEntry


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
FileSystemRecoveryEntry(java.lang.String rootDirectory, java.io.File file)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.io.File getFile()
           
 java.lang.String getKey()
           
 java.lang.String getName()
           
 long getSize()
           
 short getStatus()
           
 int hashCode()
           
 boolean isLink()
           
 void setLink(boolean isLink)
           
 void setSize(long size)
           
 void setStatus(short status)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemRecoveryEntry

public FileSystemRecoveryEntry(java.lang.String rootDirectory,
                               java.io.File file)
Method Detail

isLink

public boolean isLink()

setLink

public void setLink(boolean isLink)

getSize

public long getSize()
Specified by:
getSize in interface RecoveryEntry

setSize

public void setSize(long size)

setStatus

public void setStatus(short status)

getStatus

public short getStatus()
Specified by:
getStatus in interface RecoveryEntry

getFile

public java.io.File getFile()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getKey

public java.lang.String getKey()
Specified by:
getKey in interface RecoveryEntry

getName

public java.lang.String getName()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object