Class NotSharedQuerySectionModel
- java.lang.Object
-
- de.hybris.platform.cockpit.components.navigationarea.NotSharedQuerySectionModel
-
- All Implemented Interfaces:
QueryTypeSectionModel
public class NotSharedQuerySectionModel extends java.lang.Object implements QueryTypeSectionModel
-
-
Constructor Summary
Constructors Constructor Description NotSharedQuerySectionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActiveButtonUrl()java.lang.StringgetButtonTooltip()java.lang.StringgetInactiveButtonUrl()java.lang.StringgetListItemSclass()java.lang.StringgetQueryTypeId()
-
-
-
Method Detail
-
getQueryTypeId
public java.lang.String getQueryTypeId()
- Specified by:
getQueryTypeIdin interfaceQueryTypeSectionModel
-
getInactiveButtonUrl
public java.lang.String getInactiveButtonUrl()
- Specified by:
getInactiveButtonUrlin interfaceQueryTypeSectionModel
-
getButtonTooltip
public java.lang.String getButtonTooltip()
- Specified by:
getButtonTooltipin interfaceQueryTypeSectionModel
-
getActiveButtonUrl
public java.lang.String getActiveButtonUrl()
- Specified by:
getActiveButtonUrlin interfaceQueryTypeSectionModel
-
getListItemSclass
public java.lang.String getListItemSclass()
- Specified by:
getListItemSclassin interfaceQueryTypeSectionModel
-
-