Class PathNode
- java.lang.Object
-
- org.eclipse.steady.java.monitor.trace.PathNode
-
public class PathNode extends Object
PathNode class.
-
-
Constructor Summary
Constructors Constructor Description PathNode(ConstructId _cid)Constructor for PathNode.PathNode(ConstructId _cid, String _sha1)Constructor for PathNode.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructIdgetConstructId()Getter for the fieldconstructId.StringgetSha1()Getter for the fieldsha1.booleanhasSha1()hasSha1.voidsetSha1(String _sha1)Setter for the fieldsha1.StringtoString()
-
-
-
Constructor Detail
-
PathNode
public PathNode(ConstructId _cid)
Constructor for PathNode.
- Parameters:
_cid- aConstructIdobject.
-
PathNode
public PathNode(ConstructId _cid, String _sha1)
Constructor for PathNode.
- Parameters:
_cid- aConstructIdobject._sha1- aStringobject.
-
-
Method Detail
-
getConstructId
public ConstructId getConstructId()
Getter for the field
constructId.- Returns:
- a
ConstructIdobject.
-
setSha1
public void setSha1(String _sha1)
Setter for the field
sha1.- Parameters:
_sha1- aStringobject.
-
hasSha1
public boolean hasSha1()
hasSha1.
- Returns:
- a boolean.
-
-