Interface PricedDatum


public interface PricedDatum
Standardized API for datum associated with a price to implement.
Version:
1.1
Author:
matt
  • Field Details

  • Method Details

    • getPriceLocationId

      Long getPriceLocationId()
      Get the location ID associated with this datum.
      Returns:
      the price location ID
    • getPriceSourceId

      String getPriceSourceId()
      Get the location source ID associated with this datum.
      Returns:
      the price source ID
      Since:
      1.1