Class MskuPrepDetailInput


  • public class MskuPrepDetailInput
    extends java.lang.Object
    An MSKU and its related prep details.
    • Constructor Detail

      • MskuPrepDetailInput

        public MskuPrepDetailInput()
    • Method Detail

      • getMsku

        public java.lang.String getMsku()
        The merchant SKU, a merchant-supplied identifier for a specific SKU.
        Returns:
        msku
      • setMsku

        public void setMsku​(java.lang.String msku)
      • getPrepCategory

        public PrepCategory getPrepCategory()
        Get prepCategory
        Returns:
        prepCategory
      • setPrepCategory

        public void setPrepCategory​(PrepCategory prepCategory)
      • getPrepTypes

        public java.util.List<PrepType> getPrepTypes()
        A list of preparation types associated with a preparation category.
        Returns:
        prepTypes
      • setPrepTypes

        public void setPrepTypes​(java.util.List<PrepType> prepTypes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object