org.sourcejammer.project.controller
Class CtlNodeAndChildName

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

public class CtlNodeAndChildName
extends java.lang.Object

Title: SourceJammer 0.1.0 Description: Copyright: Copyright (c) 2001 Company:

Version:
1.0
Author:
Rob MacGrogan

Field Summary
private  ControllerNode mndNode
           
private  java.lang.String msChildName
           
 
Constructor Summary
CtlNodeAndChildName()
           
 
Method Summary
 java.lang.String getChildName()
           
 ControllerNode getParentNode()
           
 void setChildName(java.lang.String s)
           
 void setParentNode(ControllerNode nd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mndNode

private ControllerNode mndNode

msChildName

private java.lang.String msChildName
Constructor Detail

CtlNodeAndChildName

public CtlNodeAndChildName()
Method Detail

setParentNode

public void setParentNode(ControllerNode nd)

getParentNode

public ControllerNode getParentNode()

setChildName

public void setChildName(java.lang.String s)

getChildName

public java.lang.String getChildName()


Copyright © 2003 Soucejammer project.