org.sourcejammer.project.view
Class File
java.lang.Object
  |
  +--org.sourcejammer.project.view.ViewNode
        |
        +--org.sourcejammer.project.view.Project
              |
              +--org.sourcejammer.project.view.File
- All Implemented Interfaces: 
- Node
- public class File- extends Project
Represents info about File to share with client.
 
 
| Fields inherited from class org.sourcejammer.project.view.ViewNode | 
|  | 
 
| Constructor Summary | 
| File()
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
miFileType
int miFileType
mlLatestVersionFileSize
long mlLatestVersionFileSize
msDescription
java.lang.String msDescription
miHistoryStorageType
private int miHistoryStorageType
File
public File()
setHistoryStorageType
public void setHistoryStorageType(int i)
- 
 
getHistoryStorageType
public int getHistoryStorageType()
- 
 
setDescription
public void setDescription(java.lang.String s)
- 
 
getDescription
public java.lang.String getDescription()
- 
 
getLatestVersionFileSize
public long getLatestVersionFileSize()
- 
 
setLatestVersionFileSize
public void setLatestVersionFileSize(long l)
- 
 
setFileType
public void setFileType(int i)
- 
 
getFileType
public int getFileType()
- 
 
Copyright © 2003 Soucejammer project.