Class MskuPrepDetail


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

      • MskuPrepDetail

        public MskuPrepDetail()
    • Method Detail

      • getAllOwnersConstraint

        public AllOwnersConstraint getAllOwnersConstraint()
        Get allOwnersConstraint
        Returns:
        allOwnersConstraint
      • setAllOwnersConstraint

        public void setAllOwnersConstraint​(AllOwnersConstraint allOwnersConstraint)
      • getLabelOwnerConstraint

        public OwnerConstraint getLabelOwnerConstraint()
        Get labelOwnerConstraint
        Returns:
        labelOwnerConstraint
      • setLabelOwnerConstraint

        public void setLabelOwnerConstraint​(OwnerConstraint labelOwnerConstraint)
      • 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)
      • getPrepOwnerConstraint

        public OwnerConstraint getPrepOwnerConstraint()
        Get prepOwnerConstraint
        Returns:
        prepOwnerConstraint
      • setPrepOwnerConstraint

        public void setPrepOwnerConstraint​(OwnerConstraint prepOwnerConstraint)
      • 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