java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.FareFamily

public class FareFamily extends Object
  • Constructor Details

    • FareFamily

      public FareFamily()
  • Method Details

    • getAirline

      public String getAirline()
      returns the fareFamilies
      Returns:
      the fareFamilies
    • setAirline

      public void setAirline(String airline)
      sets the airline
      Parameters:
      airline - the airline
    • getAirlineType

      public AirlineType getAirlineType()
      returns the airlineType
      Returns:
      the airlineType
    • setAirlineType

      public void setAirlineType(AirlineType airlineType)
      sets the airlineType
      Parameters:
      airlineType - the airlineType
    • getRbd

      public List<String> getRbd()
      returns the rbd
      Returns:
      the rbd
    • setRbd

      public void setRbd(List<String> rbd)
      sets the rbd list
      Parameters:
      rbd - the rbd list
    • getFareClass

      public List<String> getFareClass()
      returns the fareClass
      Returns:
      the fareClass
    • setFareClass

      public void setFareClass(List<String> fareClass)
      sets the fareClass list
      Parameters:
      fareClass - the fareClass list
    • getFareClassByRegex

      public String getFareClassByRegex()
      returns the fareClassByRegex
      Returns:
      the fareClassByRegex
    • setFareClassByRegex

      public void setFareClassByRegex(String fareClassByRegex)
      sets the fareClassByRegex
      Parameters:
      fareClassByRegex - the fareClassByRegex
    • getCabin

      public Cabin getCabin()
      returns the cabin
      Returns:
      the cabin
    • setCabin

      public void setCabin(Cabin cabin)
      sets the cabin
      Parameters:
      cabin - the cabin
    • getGlobalIndicator

      public GlobalIndicator getGlobalIndicator()
      returns the globalIndicator
      Returns:
      the globalIndicator
    • setGlobalIndicator

      public void setGlobalIndicator(GlobalIndicator globalIndicator)
      sets the globalIndicator
      Parameters:
      globalIndicator - the globalIndicator
    • getFareTypeCode

      public String getFareTypeCode()
      returns the fareTypeCode
      Returns:
      the fareTypeCode
    • setFareTypeCode

      public void setFareTypeCode(String fareTypeCode)
      sets the fareTypeCode
      Parameters:
      fareTypeCode - the fareTypeCode
    • getFareTariff

      public String getFareTariff()
      returns the fareTariff
      Returns:
      the fareTariff
    • setFareTariff

      public void setFareTariff(String fareTariff)
      sets the fareTariff
      Parameters:
      fareTariff - the fareTariff
    • getRuleNumber

      public String getRuleNumber()
      returns the ruleNumber
      Returns:
      the ruleNumber
    • setRuleNumber

      public void setRuleNumber(String ruleNumber)
      sets the ruleNumber
      Parameters:
      ruleNumber - the ruleNumber
    • getRoutingNumber

      public String getRoutingNumber()
      returns the routingNumber
      Returns:
      the routingNumber
    • setRoutingNumber

      public void setRoutingNumber(String routingNumber)
      sets the routingNumber
      Parameters:
      routingNumber - the routingNumber
    • getPtc

      public String getPtc()
      returns the ptc
      Returns:
      the ptc
    • setPtc

      public void setPtc(String ptc)
      sets the ptc
      Parameters:
      ptc - the ptc
    • isSameFBC

      public boolean isSameFBC()
      returns the sameFBC
      Returns:
      the sameFBC
    • setSameFBC

      public void setSameFBC(boolean sameFBC)
      sets the sameFBC
      Parameters:
      sameFBC - the sameFBC
    • getFareType

      public FareType getFareType()
      returns the fareType
      Returns:
      the fareType
    • setFareType

      public void setFareType(FareType fareType)
      sets the fareType
      Parameters:
      fareType - the fareType
    • getAdvancePurchase

      public AdvancePurchase getAdvancePurchase()
      returns the advancePurchase
      Returns:
      the advancePurchase
    • setAdvancePurchase

      public void setAdvancePurchase(AdvancePurchase advancePurchase)
      sets the advancePurchase
      Parameters:
      advancePurchase - the advancePurchase
    • getRefunddable

      public Refunddable getRefunddable()
      returns the refunddable
      Returns:
      the refunddable
    • setRefunddable

      public void setRefunddable(Refunddable refunddable)
      sets the refunddable
      Parameters:
      refunddable - the refunddable
    • getChangeable

      public Changeable getChangeable()
      returns the changeable
      Returns:
      the changeable
    • setChangeable

      public void setChangeable(Changeable changeable)
      sets the changeable
      Parameters:
      changeable - the changeable
    • getAccountCodes

      public List<String> getAccountCodes()
      returns the accountCodes
      Returns:
      the accountCodes
    • setAccountCodes

      public void setAccountCodes(List<String> accountCodes)
      sets the accountCodes list
      Parameters:
      accountCodes - the accountCodes list
    • getTravelEffectiveDate

      public String getTravelEffectiveDate()
      returns the travelEffectiveDate
      Returns:
      the travelEffectiveDate
    • setTravelEffectiveDate

      public void setTravelEffectiveDate(String travelEffectiveDate)
      sets the travelEffectiveDate
      Parameters:
      travelEffectiveDate - the travelEffectiveDate
    • getTravelDiscontinueDate

      public String getTravelDiscontinueDate()
      returns the travelDiscontinueDate
      Returns:
      the travelDiscontinueDate
    • setTravelDiscontinueDate

      public void setTravelDiscontinueDate(String travelDiscontinueDate)
      sets the travelDiscontinueDate
      Parameters:
      travelDiscontinueDate - the travelDiscontinueDate
    • getSaleEffectiveDate

      public String getSaleEffectiveDate()
      returns the saleEffectiveDate
      Returns:
      the saleEffectiveDate
    • setSaleEffectiveDate

      public void setSaleEffectiveDate(String saleEffectiveDate)
      sets the saleEffectiveDate
      Parameters:
      saleEffectiveDate - the saleEffectiveDate
    • getSaleDiscontinueDate

      public String getSaleDiscontinueDate()
      returns the saleDiscontinueDate
      Returns:
      the saleDiscontinueDate
    • setSaleDiscontinueDate

      public void setSaleDiscontinueDate(String saleDiscontinueDate)
      sets the saleDiscontinueDate
      Parameters:
      saleDiscontinueDate - the saleDiscontinueDate
    • isDomesticFlightsOnly

      public boolean isDomesticFlightsOnly()
      returns the domesticFlightsOnly
      Returns:
      the domesticFlightsOnly
    • setDomesticFlightsOnly

      public void setDomesticFlightsOnly(boolean domesticFlightsOnly)
      sets the domesticFlightsOnly
      Parameters:
      domesticFlightsOnly - the domesticFlightsOnly
    • getLastTicketingPeriod

      public LastTicketingPeriod getLastTicketingPeriod()
      returns the lastTicketingPeriod
      Returns:
      the lastTicketingPeriod
    • setLastTicketingPeriod

      public void setLastTicketingPeriod(LastTicketingPeriod lastTicketingPeriod)
      sets the lastTicketingPeriod
      Parameters:
      lastTicketingPeriod - the lastTicketingPeriod
    • getTicketDesignator

      public List<String> getTicketDesignator()
      returns the ticketDesignator
      Returns:
      the ticketDesignator
    • setTicketDesignator

      public void setTicketDesignator(List<String> ticketDesignator)
      sets the ticketDesignator list
      Parameters:
      ticketDesignator - the ticketDesignator list
    • getPriceRange

      public List<PriceRange> getPriceRange()
      returns the priceRange
      Returns:
      the priceRange
    • setPriceRange

      public void setPriceRange(List<PriceRange> priceRange)
      sets the priceRange list
      Parameters:
      priceRange - the priceRange list
    • getBaggageAllowance

      public BaggageAllowance getBaggageAllowance()
      returns the baggageAllowance
      Returns:
      the baggageAllowance
    • setBaggageAllowance

      public void setBaggageAllowance(BaggageAllowance baggageAllowance)
      sets the baggageAllowance
      Parameters:
      baggageAllowance - the baggageAllowance
    • getFlightRange

      public List<FlightRange> getFlightRange()
      returns the flightRange
      Returns:
      the flightRange
    • setFlightRange

      public void setFlightRange(List<FlightRange> flightRange)
      sets the flightRange list
      Parameters:
      flightRange - the flightRange list