Class FedexFreight
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.FedexFreight
-
public class FedexFreight extends Object
-
-
Constructor Summary
Constructors Constructor Description FedexFreight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBookingConfirmation()StringgetShipperLoadAndCount()inthashCode()voidsetBookingConfirmation(String bookingConfirmation)voidsetShipperLoadAndCount(String shipperLoadAndCount)StringtoString()
-
-
-
Method Detail
-
getShipperLoadAndCount
public String getShipperLoadAndCount()
-
getBookingConfirmation
public String getBookingConfirmation()
-
setShipperLoadAndCount
public void setShipperLoadAndCount(String shipperLoadAndCount)
-
setBookingConfirmation
public void setBookingConfirmation(String bookingConfirmation)
-
canEqual
protected boolean canEqual(Object other)
-
-