public class Result extends DataSingleton
| Modifier and Type | Class and Description |
|---|---|
static class |
Result.Notification |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object aThat) |
protected void |
fastRefresh() |
protected void |
fullRefresh() |
static Result |
get(Workunit workunit,
Integer sequence)
Gets the.
|
String |
getCell(int row,
int col)
Gets the cell.
|
int |
getColumnCount()
Gets the column count.
|
String |
getColumnName(int i)
Gets the column name.
|
String |
getName()
Gets the name.
|
String |
getResultName()
Gets the result name.
|
String[] |
getResultViews()
Gets the result views.
|
Integer |
getSequence()
Gets the sequence.
|
WUState |
getStateID()
Gets the state ID.
|
Long |
getTotal()
Gets the total.
|
String |
getValue()
Gets the value.
|
Workunit |
getWorkunit()
Gets the workunit.
|
String |
getWuid()
Gets the wuid.
|
int |
hashCode() |
boolean |
isComplete() |
monitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static Result get(Workunit workunit, Integer sequence)
workunit - the workunitsequence - the sequencepublic Workunit getWorkunit()
public String getWuid()
public Integer getSequence()
public String getResultName()
public String getName()
public String getValue()
public WUState getStateID()
public Long getTotal()
public String[] getResultViews()
public boolean isComplete()
isComplete in class DataSingletonpublic int getColumnCount()
public String getColumnName(int i)
i - the ipublic String getCell(int row, int col)
row - the rowcol - the colprotected void fastRefresh()
fastRefresh in class DataSingletonprotected void fullRefresh()
fullRefresh in class DataSingletonpublic boolean equals(Object aThat)
equals in class DataSingletonpublic int hashCode()
hashCode in class DataSingletonCopyright © 2021. All rights reserved.