Class Result
- java.lang.Object
-
- java.util.Observable
-
- org.hpccsystems.ws.client.utils.DataSingleton
-
- org.hpccsystems.ws.client.platform.Result
-
public class Result extends DataSingleton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult.Notification
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object aThat)protected voidfastRefresh()protected voidfullRefresh()static Resultget(Workunit workunit, Integer sequence)Gets the.StringgetCell(int row, int col)Gets the cell.intgetColumnCount()Gets the column count.StringgetColumnName(int i)Gets the column name.StringgetName()Gets the name.StringgetResultName()Gets the result name.String[]getResultViews()Gets the result views.IntegergetSequence()Gets the sequence.WUStategetStateID()Gets the state ID.LonggetTotal()Gets the total.StringgetValue()Gets the value.WorkunitgetWorkunit()Gets the workunit.StringgetWuid()Gets the wuid.inthashCode()booleanisComplete()-
Methods inherited from class org.hpccsystems.ws.client.utils.DataSingleton
monitor
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
get
public static Result get(Workunit workunit, Integer sequence)
Gets the.- Parameters:
workunit- the workunitsequence- the sequence- Returns:
- the result
-
getWorkunit
public Workunit getWorkunit()
Gets the workunit.- Returns:
- the workunit
-
getWuid
public String getWuid()
Gets the wuid.- Returns:
- the wuid
-
getSequence
public Integer getSequence()
Gets the sequence.- Returns:
- the sequence
-
getResultName
public String getResultName()
Gets the result name.- Returns:
- the result name
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getValue
public String getValue()
Gets the value.- Returns:
- the value
-
getStateID
public WUState getStateID()
Gets the state ID.- Returns:
- the state ID
-
getTotal
public Long getTotal()
Gets the total.- Returns:
- the total
-
getResultViews
public String[] getResultViews()
Gets the result views.- Returns:
- the result views
-
isComplete
public boolean isComplete()
- Specified by:
isCompletein classDataSingleton
-
getColumnCount
public int getColumnCount()
Gets the column count.- Returns:
- the column count
-
getColumnName
public String getColumnName(int i)
Gets the column name.- Parameters:
i- the i- Returns:
- the column name
-
getCell
public String getCell(int row, int col)
Gets the cell.- Parameters:
row- the rowcol- the col- Returns:
- the cell
-
fastRefresh
protected void fastRefresh()
- Specified by:
fastRefreshin classDataSingleton
-
fullRefresh
protected void fullRefresh()
- Specified by:
fullRefreshin classDataSingleton
-
equals
public boolean equals(Object aThat)
- Specified by:
equalsin classDataSingleton
-
hashCode
public int hashCode()
- Specified by:
hashCodein classDataSingleton
-
-