public class TracedCallDuplicateStepsAO extends Object implements net.anotheria.util.sorter.IComparable<TracedCallDuplicateStepsAO>, Serializable
| Constructor and Description |
|---|
TracedCallDuplicateStepsAO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable<? extends TracedCallDuplicateStepsAO> anotherObject,
int method) |
String |
getCall() |
long |
getDuration() |
int |
getNumberOfCalls() |
List<String> |
getPositions() |
long |
getTimespent() |
void |
setCall(String call) |
void |
setDuration(long duration) |
void |
setPositions(List<String> positions) |
void |
setTimespent(long timespent) |
public String getCall()
public void setCall(String call)
public int getNumberOfCalls()
public long getDuration()
public void setDuration(long duration)
public long getTimespent()
public void setTimespent(long timespent)
public int compareTo(net.anotheria.util.sorter.IComparable<? extends TracedCallDuplicateStepsAO> anotherObject, int method)
compareTo in interface net.anotheria.util.sorter.IComparable<TracedCallDuplicateStepsAO>Copyright © 2010-2015 anotheria.net. All Rights Reserved.