public class EpsNode extends Object
Constructor and Description |
---|
EpsNode(EPS eps,
Integer uniqueID,
Integer parentUniqueID,
String name,
String shortName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<EpsNode> |
getChildEpsNodes()
Retrieve the child nodes of this node.
|
List<EpsProjectNode> |
getEpsProjectNodes()
Retrieve the child project nodes of this node.
|
String |
getName()
Retrieve the node name.
|
Integer |
getParentUniqueID()
Retrieve the parent node unique ID.
|
String |
getShortName()
Retrieve the node short name.
|
Integer |
getUniqueID()
Retrieve the node unique ID.
|
public Integer getUniqueID()
public Integer getParentUniqueID()
public String getName()
public String getShortName()
public List<EpsNode> getChildEpsNodes()
public List<EpsProjectNode> getEpsProjectNodes()
Copyright © 2000–2025 Packwood Software. All rights reserved.