org.sourcejammer.project.controller
Class VersionNode

java.lang.Object
  |
  +--org.sourcejammer.project.controller.ControllerNode
        |
        +--org.sourcejammer.project.controller.VersionNode
All Implemented Interfaces:
java.lang.Comparable, org.sourcejammer.project.Node
Direct Known Subclasses:
VersionNodeFS

public abstract class VersionNode
extends ControllerNode

Title: $FileName: VersionNode.java$

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

$Description: $
$KeyWordsOff: $


Field Summary
(package private)  int miSourceType
           
 
Fields inherited from class org.sourcejammer.project.controller.ControllerNode
lightweightView
 
Constructor Summary
VersionNode()
           
 
Method Summary
 int childCount()
          A VersionNode cannot have any children, so this always returns 0.
 void setNodeName(java.lang.String s, long key)
          Overriding setNodeName() to make sure nodeName is always an int.
 
Methods inherited from class org.sourcejammer.project.controller.ControllerNode
checkKey, compareTo, equals, getCreatedDate, getLightweightView, getLightweightViewString, getNodeName, getUniqueID, isLocked, isShared, lock, setCreatedDate, setUniqueID, store, toString, unlock, updateLightweightViewString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

miSourceType

int miSourceType
Constructor Detail

VersionNode

public VersionNode()
Method Detail

setNodeName

public void setNodeName(java.lang.String s,
                        long key)
Overriding setNodeName() to make sure nodeName is always an int.

Overrides:
setNodeName in class ControllerNode

childCount

public int childCount()
A VersionNode cannot have any children, so this always returns 0.

Specified by:
childCount in interface org.sourcejammer.project.Node
Specified by:
childCount in class ControllerNode


Copyright © 2003 Soucejammer project.