org.sourcejammer.project.model.filesys
Class MasterFileNodeFS

java.lang.Object
  |
  +--org.sourcejammer.project.controller.BranchNode
        |
        +--org.sourcejammer.project.controller.MasterFileNode
              |
              +--org.sourcejammer.project.model.filesys.MasterFileNodeFS
All Implemented Interfaces:
org.sourcejammer.project.Node

public class MasterFileNodeFS
extends MasterFileNode

Title: $FileName: MasterFileNodeFS.java$

Version:
$VerNum: 5$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $

Field Summary
private  java.lang.String fileName
           
private  long fileSysKey
           
 
Fields inherited from class org.sourcejammer.project.controller.MasterFileNode
 
Fields inherited from class org.sourcejammer.project.controller.BranchNode
 
Constructor Summary
MasterFileNodeFS()
           
 
Method Summary
 java.lang.String getFileName()
          Returns the fileName.
 long getFileSysKey()
          Returns the fileSysKey.
 void setFileName(java.lang.String fileName, long key)
          Sets the fileName.
 void setFileSysKey(long fileSysKey)
          Sets the fileSysKey.
 void store(long key, ArchiveInfoFlex archive)
           
 
Methods inherited from class org.sourcejammer.project.controller.MasterFileNode
applyIndex, checkKey, childCount, containsIdentifier, getBranchByFileID, getNodeName, getUniqueID, isIdentifierUnique, isLocked, isShared, lock, setFileID, setParent, setUniqueID, unlock
 
Methods inherited from class org.sourcejammer.project.controller.BranchNode
addBranchNode, getBranchNode, getBranchView, getFileID, getIdentifier, getInitialVersionID, setIdentifier, setInitialVersionID, setParent, subBranches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

private java.lang.String fileName

fileSysKey

private long fileSysKey
Constructor Detail

MasterFileNodeFS

public MasterFileNodeFS()
Method Detail

getFileName

public java.lang.String getFileName()
Returns the fileName.

Returns:
String

setFileName

public void setFileName(java.lang.String fileName,
                        long key)
Sets the fileName.

Parameters:
fileName - The fileName to set

store

public void store(long key,
                  ArchiveInfoFlex archive)
           throws FileAccessException
Specified by:
store in class MasterFileNode
FileAccessException

getFileSysKey

public long getFileSysKey()
Returns the fileSysKey.

Returns:
long

setFileSysKey

public void setFileSysKey(long fileSysKey)
Sets the fileSysKey.

Parameters:
fileSysKey - The fileSysKey to set


Copyright © 2003 Soucejammer project.