Interface SupplierSourceProperty

All Known Implementing Classes:
SupplierSourcePropertyImpl

public interface SupplierSourceProperty
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the display name of the property.
    Obtains the name of the property.
  • Method Details

    • getName

      String getName()
      Obtains the name of the property.
      Returns:
      Name of the property.
    • getLabel

      String getLabel()
      Obtains the display name of the property. If this returns null then the return value of getName() is used.
      Returns:
      Display name of property.