public class BreakpointMetadata extends Object implements Comparable<BreakpointMetadata>
| Constructor and Description |
|---|
BreakpointMetadata(String fullPath,
Integer row) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BreakpointMetadata that) |
boolean |
equals(Object obj) |
String |
getFileName() |
String |
getFullPath() |
Integer |
getRow() |
int |
hashCode() |
void |
setFullPath(String fullPath) |
void |
setRow(Integer row) |
String |
toString() |
public String getFullPath()
public void setFullPath(String fullPath)
public Integer getRow()
public void setRow(Integer row)
public String getFileName()
public int compareTo(BreakpointMetadata that)
compareTo in interface Comparable<BreakpointMetadata>Copyright © 2010–2018 Eclipse Foundation. All rights reserved.