oracle.jdeveloper.cm.ds.db
Class JavaNodeInfo
java.lang.Object
oracle.jdeveloper.cm.ds.db.JavaNodeInfo
- public final class JavaNodeInfo
- extends java.lang.Object
Constructor Summary |
JavaNodeInfo()
Constructor |
JavaNodeInfo(java.lang.String classPath,
int objectType,
boolean leaf,
int depth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaNodeInfo
public JavaNodeInfo()
- Constructor
JavaNodeInfo
public JavaNodeInfo(java.lang.String classPath,
int objectType,
boolean leaf,
int depth)
getClassPath
public java.lang.String getClassPath()
setClassPath
public void setClassPath(java.lang.String newClassPath)
getObjectType
public int getObjectType()
setObjectType
public void setObjectType(int newObjectType)
isLeaf
public boolean isLeaf()
setLeaf
public void setLeaf(boolean newLeaf)
getDepth
public int getDepth()
setDepth
public void setDepth(int newDepth)
Copyright ©1997, 2003, Oracle. All rights reserved.