Interface DisplayNamed

All Superinterfaces:
Named

public interface DisplayNamed extends Named
Represents a named object, that optionally can represent its name divergent from the objects name
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the object's divergent display name

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName
  • Method Details

    • getDisplayName

      default String getDisplayName()
      Returns the object's divergent display name
      Returns:
      the display name of the object as String
      Since:
      1.2