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() |
monitor
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public 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 DataSingleton
public 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 DataSingleton
protected void fullRefresh()
fullRefresh
in class DataSingleton
public boolean equals(Object aThat)
equals
in class DataSingleton
public int hashCode()
hashCode
in class DataSingleton
Copyright © 2021. All rights reserved.