SS.entities.Airline=function(B,A){this.code=B||"";this.name=A||"";this.flightNumberCode=null};