Class GridDataspy
java.lang.Object
ch.cern.eam.wshub.core.services.grids.entities.GridDataspy
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGridDataspy(String code, String label) GridDataspy(String code, String label, boolean defaultDataspy) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getLabel()booleanbooleanvoidsetAutorun(boolean autorun) voidvoidsetDefaultDataspy(boolean defaultDataspy) void
-
Field Details
-
GETGRIDDDSFILTER_AND_SORT_STRXML
- See Also:
-
GETGRIDDATASPIES
- See Also:
-
GETGRIDDATASPYQUERY
- See Also:
-
GETGRIDDATASPYSELECTSTATEMENT
- See Also:
-
GETGRIDDATASPYQUERYSELECTFIELDS
- See Also:
-
GETGRIDFIELDSANDSTATEMENT
- See Also:
-
GETDEFAULTDATASPY
- See Also:
-
-
Constructor Details
-
GridDataspy
public GridDataspy() -
GridDataspy
-
GridDataspy
-
-
Method Details
-
getCode
-
setCode
-
getLabel
-
setLabel
-
isDefaultDataspy
public boolean isDefaultDataspy() -
setDefaultDataspy
public void setDefaultDataspy(boolean defaultDataspy) -
isAutorun
public boolean isAutorun() -
setAutorun
public void setAutorun(boolean autorun)
-