java.lang.Object
de.hybris.platform.coreairlinewebservicescommons.dto.search.response.Baggage
All Implemented Interfaces:
Serializable

public class Baggage extends Object implements Serializable
See Also:
  • Constructor Details

    • Baggage

      public Baggage()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setAllowedPieces

      public void setAllowedPieces(List<BaggageProduct> allowedPieces)
    • getAllowedPieces

      public List<BaggageProduct> getAllowedPieces()
    • setTotalAllowedPieces

      public void setTotalAllowedPieces(Integer totalAllowedPieces)
    • getTotalAllowedPieces

      public Integer getTotalAllowedPieces()