Interface LotBaselineFacadeIfc

All Known Implementing Classes:
LotBaselineFacade

public interface LotBaselineFacadeIfc
Interface that makes available some APIs from LotBaseline module through reflection.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description


    Supported API: true Get LotBaseline name if passed object is instance of LotBaseline otherwise return null
  • Method Details

    • getLotBaselineName

      String getLotBaselineName(Object lotBaseline)


      Supported API: true Get LotBaseline name if passed object is instance of LotBaseline otherwise return null
      Parameters:
      lotBaseline - Object from which baseline name should be get.
      Returns:
      lotBaseline name