Class DataQuerySet
- java.lang.Object
-
- java.util.Observable
-
- org.hpccsystems.ws.client.utils.DataSingleton
-
- org.hpccsystems.ws.client.platform.DataQuerySet
-
public class DataQuerySet extends DataSingleton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataQuerySet.Notification
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object aThat)protected voidfastRefresh()protected voidfullRefresh()static DataQuerySetget(Platform platform, String name)Gets the.StringgetName()Gets the name.inthashCode()protected booleanisComplete()voidUpdate(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySet qs)Update.-
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 DataQuerySet get(Platform platform, String name)
Gets the.- Parameters:
platform- the platformname- the name- Returns:
- the data query set
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
isComplete
protected boolean isComplete()
- Specified by:
isCompletein classDataSingleton
-
fastRefresh
protected void fastRefresh()
- Specified by:
fastRefreshin classDataSingleton
-
fullRefresh
protected void fullRefresh()
- Specified by:
fullRefreshin classDataSingleton
-
Update
public void Update(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySet qs)
Update.- Parameters:
qs- the qs
-
equals
public boolean equals(Object aThat)
- Specified by:
equalsin classDataSingleton
-
hashCode
public int hashCode()
- Specified by:
hashCodein classDataSingleton
-
-