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