public class StepInTarget
extends java.lang.Object
Constructor and Description |
---|
StepInTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId()
Unique identifier for a stepIn target.
|
java.lang.String |
getLabel()
The name of the stepIn target (shown in the UI).
|
int |
hashCode() |
void |
setId(int id)
Unique identifier for a stepIn target.
|
void |
setLabel(java.lang.String label)
The name of the stepIn target (shown in the UI).
|
java.lang.String |
toString() |
@Pure public int getId()
public void setId(int id)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object