Class EntryGroupLabelProvider
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.labelproviders.EntryGroupLabelProvider
-
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
public class EntryGroupLabelProvider extends java.lang.Object implements com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
The class constructs string representation for instances of typeEntryGroup
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringENTRY_GROUPprotected static java.lang.StringENTRY_GROUP_NUMBER_PREFIX
-
Constructor Summary
Constructors Constructor Description EntryGroupLabelProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription(EntryGroup object)java.lang.StringgetIconPath(EntryGroup object)java.lang.StringgetLabel(EntryGroup group)
-
-
-
Field Detail
-
ENTRY_GROUP
protected static final java.lang.String ENTRY_GROUP
- See Also:
- Constant Field Values
-
ENTRY_GROUP_NUMBER_PREFIX
protected static final java.lang.String ENTRY_GROUP_NUMBER_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(EntryGroup group)
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-
getDescription
public java.lang.String getDescription(EntryGroup object)
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-
getIconPath
public java.lang.String getIconPath(EntryGroup object)
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-
-