org.sourcejammer.project.controller
Class ProjectChild

java.lang.Object
  |
  +--org.sourcejammer.project.controller.ProjectChild

public class ProjectChild
extends java.lang.Object

Title: $FileName: ProjectChild.java$

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

$Description: $
$KeyWordsOff: $

Represents the minimal amount of information to be stored in the Project file about each child. To get more info about a project child, call getProjectNode() or getFileNode() in NodeLibrary

Field Summary
(package private)  int miNodeType
           
(package private)  long mlUniqueID
           
(package private)  java.lang.String name
           
 
Constructor Summary
ProjectChild(long uniqueID, int nodeType, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Returns the name.
 int getNodeType()
           
 long getUniqueID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mlUniqueID

long mlUniqueID

miNodeType

int miNodeType

name

java.lang.String name
Constructor Detail

ProjectChild

public ProjectChild(long uniqueID,
                    int nodeType,
                    java.lang.String name)
Method Detail

getUniqueID

public long getUniqueID()

getNodeType

public int getNodeType()

getName

public java.lang.String getName()
Returns the name.

Returns:
String


Copyright © 2003 Soucejammer project.