CAR (Context-Aware Retrieval) v1.0

Class FileDetails

java.lang.Object
  |
  +--FileDetails

public class FileDetails
extends java.lang.Object


Field Summary
 java.lang.String associatedProcessId
           
 java.lang.String name
           
 int status
           
 int type
           
 
Constructor Summary
FileDetails(int ptype, java.lang.String pname, java.lang.String passociatedProcessId)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

status

public int status

name

public java.lang.String name

associatedProcessId

public java.lang.String associatedProcessId
Constructor Detail

FileDetails

public FileDetails(int ptype,
                   java.lang.String pname,
                   java.lang.String passociatedProcessId)

CAR (Context-Aware Retrieval) v1.0

Submit bugs to Lindsey