public class Node extends Object implements Serializable
Node()
Node(String code, String desc, String type)
String
getCode()
getDesc()
getType()
void
setCode(String code)
setDesc(String desc)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Node(String code, String desc, String type)
public Node()
public String getCode()
public void setCode(String code)
public String getDesc()
public void setDesc(String desc)
public String getType()
public void setType(String type)
Copyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.