Class AncillaryFare


  • public class AncillaryFare
    extends Object
    AncillaryFare
    • Constructor Detail

      • AncillaryFare

        public AncillaryFare()
    • Method Detail

      • getBuyingCurrency

        public String getBuyingCurrency()
        Get buyingCurrency
        Returns:
        buyingCurrency
      • setBuyingCurrency

        public void setBuyingCurrency​(String buyingCurrency)
      • getBuyingAmount

        public Double getBuyingAmount()
        Get buyingAmount
        Returns:
        buyingAmount
      • setBuyingAmount

        public void setBuyingAmount​(Double buyingAmount)
      • getSellingCurrency

        public String getSellingCurrency()
        Get sellingCurrency
        Returns:
        sellingCurrency
      • setSellingCurrency

        public void setSellingCurrency​(String sellingCurrency)
      • getSellingAmount

        public Double getSellingAmount()
        Get sellingAmount
        Returns:
        sellingAmount
      • setSellingAmount

        public void setSellingAmount​(Double sellingAmount)
      • addApplicableForItem

        public AncillaryFare addApplicableForItem​(String applicableForItem)
      • getApplicableFor

        public List<String> getApplicableFor()
        Get applicableFor
        Returns:
        applicableFor
      • setApplicableFor

        public void setApplicableFor​(List<String> applicableFor)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object