Class RepricerResponseFlight
java.lang.Object
de.hybris.platform.prosservices.pros.repricer.response.RepricerResponseFlight
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets arr date time.Gets carrier.Gets dep date time.Gets destination.getEqp()Gets eqp.Gets flt number.getId()Gets id.Gets mileage.Gets opr carrier.Gets origin.Gets pax rbd.booleanisFlown()Is flown boolean.voidsetAircraftOwner(String aircraftOwner) voidsetArrDateTime(String arrDateTime) Sets arr date time.voidsetCarrier(String carrier) Sets carrier.voidsetDepDateTime(String depDateTime) Sets dep date time.voidsetDestination(String destination) Sets destination.voidSets eqp.voidsetFlown(boolean flown) Sets flown.voidsetFltNumber(String fltNumber) Sets flt number.voidSets id.voidsetMileage(String mileage) Sets mileage.voidsetOprCarrier(String oprCarrier) Sets opr carrier.voidSets origin.voidSets pax rbd.
-
Constructor Details
-
RepricerResponseFlight
public RepricerResponseFlight()
-
-
Method Details
-
getId
Gets id.- Returns:
- the id
-
setId
Sets id.- Parameters:
id- the id
-
getOrigin
Gets origin.- Returns:
- the origin
-
setOrigin
Sets origin.- Parameters:
origin- the origin
-
getDestination
Gets destination.- Returns:
- the destination
-
setDestination
Sets destination.- Parameters:
destination- the destination
-
getCarrier
Gets carrier.- Returns:
- the carrier
-
setCarrier
Sets carrier.- Parameters:
carrier- the carrier
-
getOprCarrier
Gets opr carrier.- Returns:
- the opr carrier
-
setOprCarrier
Sets opr carrier.- Parameters:
oprCarrier- the opr carrier
-
getFltNumber
Gets flt number.- Returns:
- the flt number
-
setFltNumber
Sets flt number.- Parameters:
fltNumber- the flt number
-
getDepDateTime
Gets dep date time.- Returns:
- the dep date time
-
setDepDateTime
Sets dep date time.- Parameters:
depDateTime- the dep date time
-
getArrDateTime
Gets arr date time.- Returns:
- the arr date time
-
setArrDateTime
Sets arr date time.- Parameters:
arrDateTime- the arr date time
-
getEqp
Gets eqp.- Returns:
- the eqp
-
setEqp
Sets eqp.- Parameters:
eqp- the eqp
-
getMileage
Gets mileage.- Returns:
- the mileage
-
setMileage
Sets mileage.- Parameters:
mileage- the mileage
-
getPaxRBD
Gets pax rbd.- Returns:
- the pax rbd
-
setPaxRBD
Sets pax rbd.- Parameters:
paxRBD- the pax rbd
-
isFlown
public boolean isFlown()Is flown boolean.- Returns:
- the boolean
-
setFlown
public void setFlown(boolean flown) Sets flown.- Parameters:
flown- the flown
-
getAircraftOwner
-
setAircraftOwner
-