Interface NDCCabinClassDao
- All Known Implementing Classes:
DefaultNDCCabinClassDao
public interface NDCCabinClassDao
The interface Ndc cabin class dao.
-
Method Summary
Modifier and TypeMethodDescriptiongetCabinClass(String ndcCabinCode) Dao method which returns CabinClassModel for the given cabin code.
-
Method Details
-
getCabinClass
Dao method which returns CabinClassModel for the given cabin code.- Parameters:
ndcCabinCode- the ndc cabin code- Returns:
- CabinClassModel object.
-