org.alliance.core.comm
Class SearchHit
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchHit
public SearchHit()
SearchHit
public SearchHit(Hash root,
java.lang.String path,
long size,
int hashedDaysAgo)
SearchHit
public SearchHit(FileDescriptor fd)
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)