Package wt.facade.lotbaseline
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
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetLotBaselineName(Object lotBaseline)
Supported API: true Get LotBaseline name if passed object is instance of LotBaseline otherwise return null
-
Method Details
-
getLotBaselineName
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
-