Class EntryGroupLabelProvider
java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.EntryGroupLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
public class EntryGroupLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<EntryGroup>
The class constructs string representation for instances of type
EntryGroup-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(EntryGroup object) getIconPath(EntryGroup object) getLabel(EntryGroup group) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
Field Details
-
ENTRY_GROUP
- See Also:
-
ENTRY_GROUP_NUMBER_PREFIX
- See Also:
-
-
Constructor Details
-
EntryGroupLabelProvider
public EntryGroupLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<EntryGroup>
-