Class UISavedQuery
- java.lang.Object
-
- de.hybris.platform.cockpit.model.query.impl.UIQuery
-
- de.hybris.platform.cockpit.model.query.impl.UISavedQuery
-
public class UISavedQuery extends UIQuery
-
-
Constructor Summary
Constructors Constructor Description UISavedQuery(CockpitSavedQueryModel savedQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
CockpitSavedQueryModel
getSavedQuery()
void
setLabel(java.lang.String label)
-
-
-
Constructor Detail
-
UISavedQuery
public UISavedQuery(CockpitSavedQueryModel savedQuery)
-
-
Method Detail
-
getSavedQuery
public CockpitSavedQueryModel getSavedQuery()
-
-