org.alliance.core.comm
Class SearchHit

java.lang.Object
  extended by org.alliance.core.comm.SearchHit

public class SearchHit
extends java.lang.Object

Created by IntelliJ IDEA. User: maciek Date: 2006-feb-01 Time: 20:23:27 To change this template use File | Settings | File Templates.


Constructor Summary
SearchHit()
           
SearchHit(FileDescriptor fd)
           
SearchHit(Hash root, java.lang.String path, long size, int hashedDaysAgo)
           
 
Method Summary
 int getHashedDaysAgo()
           
 java.lang.String getPath()
           
 Hash getRoot()
           
 long getSize()
           
 void setHashedDaysAgo(int hashedDaysAgo)
           
 void setPath(java.lang.String path)
           
 void setRoot(Hash root)
           
 void setSize(long size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchHit

public SearchHit()

SearchHit

public SearchHit(Hash root,
                 java.lang.String path,
                 long size,
                 int hashedDaysAgo)

SearchHit

public SearchHit(FileDescriptor fd)
Method Detail

getRoot

public Hash getRoot()

setRoot

public void setRoot(Hash root)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getSize

public long getSize()

setSize

public void setSize(long size)

getHashedDaysAgo

public int getHashedDaysAgo()

setHashedDaysAgo

public void setHashedDaysAgo(int hashedDaysAgo)