java.lang.Object
de.hybris.platform.prosservices.pros.intellipricer.Baggage

public class Baggage extends Object
  • Constructor Details

    • Baggage

      public Baggage()
  • Method Details

    • getCentimetres

      public Integer getCentimetres()
    • setCentimetres

      public void setCentimetres(Integer centimetres)
    • getInches

      public Integer getInches()
    • setInches

      public void setInches(Integer inches)
    • getCount

      public Integer getCount()
      (Required)
    • setCount

      public void setCount(Integer count)
      (Required)
    • getKilos

      public Integer getKilos()
    • setKilos

      public void setKilos(Integer kilos)
    • getPounds

      public Integer getPounds()
    • setPounds

      public void setPounds(Integer pounds)
    • getType

      public Baggage.Type getType()
    • setType

      public void setType(Baggage.Type type)