grader.gradebookbinh
Class File

java.lang.Object
  extended by grader.gradebookbinh.File

public class File
extends java.lang.Object

Generic JavaDoc for File


Field Summary
protected  Gradebook filedata
           
protected  FileType filetype
           
protected  java.lang.String name
           
protected  java.lang.String owner
           
protected  FilePermissions permissions
           
protected  int size
           
protected  int ts
           
protected  int usergroup
           
 
Constructor Summary
File()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

permissions

protected FilePermissions permissions

filetype

protected FileType filetype

size

protected int size

filedata

protected Gradebook filedata

ts

protected int ts

owner

protected java.lang.String owner

usergroup

protected int usergroup
Constructor Detail

File

public File()
Default Constructor