Class AirRowSeat


  • public class AirRowSeat
    extends Object
    AirRowSeat
    • Constructor Detail

      • AirRowSeat

        public AirRowSeat()
    • Method Detail

      • getSeatCode

        public String getSeatCode()
        Get seatCode
        Returns:
        seatCode
      • setSeatCode

        public void setSeatCode​(String seatCode)
      • ancillaryOfferId

        public AirRowSeat ancillaryOfferId​(String ancillaryOfferId)
      • getAncillaryOfferId

        public String getAncillaryOfferId()
        Get ancillaryOfferId
        Returns:
        ancillaryOfferId
      • setAncillaryOfferId

        public void setAncillaryOfferId​(String ancillaryOfferId)
      • getAvailability

        public String getAvailability()
        Get availability
        Returns:
        availability
      • setAvailability

        public void setAvailability​(String availability)
      • getSeatType

        public String getSeatType()
        Get seatType
        Returns:
        seatType
      • setSeatType

        public void setSeatType​(String seatType)
      • isExitRow

        public Boolean isExitRow()
        Get exitRow
        Returns:
        exitRow
      • setExitRow

        public void setExitRow​(Boolean exitRow)
      • isNoSeat

        public Boolean isNoSeat()
        Get noSeat
        Returns:
        noSeat
      • setNoSeat

        public void setNoSeat​(Boolean noSeat)
      • getSeatNumber

        public String getSeatNumber()
        Get seatNumber
        Returns:
        seatNumber
      • setSeatNumber

        public void setSeatNumber​(String seatNumber)
      • isChargeable

        public Boolean isChargeable()
        Get chargeable
        Returns:
        chargeable
      • setChargeable

        public void setChargeable​(Boolean chargeable)
      • isChildAllowed

        public Boolean isChildAllowed()
        Get childAllowed
        Returns:
        childAllowed
      • setChildAllowed

        public void setChildAllowed​(Boolean childAllowed)
      • isInfantAllowed

        public Boolean isInfantAllowed()
        Get infantAllowed
        Returns:
        infantAllowed
      • setInfantAllowed

        public void setInfantAllowed​(Boolean infantAllowed)
      • restrictedGeneral

        public AirRowSeat restrictedGeneral​(Boolean restrictedGeneral)
      • isRestrictedGeneral

        public Boolean isRestrictedGeneral()
        Get restrictedGeneral
        Returns:
        restrictedGeneral
      • setRestrictedGeneral

        public void setRestrictedGeneral​(Boolean restrictedGeneral)
      • getCabinClass

        public String getCabinClass()
        Get cabinClass
        Returns:
        cabinClass
      • setCabinClass

        public void setCabinClass​(String cabinClass)
      • getBranding

        public List<Branding> getBranding()
        Get branding
        Returns:
        branding
      • setBranding

        public void setBranding​(List<Branding> branding)
      • getAirSeatCharacteristic

        public List<AirSeatCharacteristic> getAirSeatCharacteristic()
        Get airSeatCharacteristic
        Returns:
        airSeatCharacteristic
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object