Class ASINPrepInstructions


  • public class ASINPrepInstructions
    extends java.lang.Object
    Item preparation instructions to help with item sourcing decisions.
    • Constructor Detail

      • ASINPrepInstructions

        public ASINPrepInstructions()
    • Method Detail

      • getASIN

        public java.lang.String getASIN()
        The Amazon Standard Identification Number (ASIN) of the item.
        Returns:
        ASIN
      • setASIN

        public void setASIN​(java.lang.String ASIN)
      • getBarcodeInstruction

        public BarcodeInstruction getBarcodeInstruction()
        Get barcodeInstruction
        Returns:
        barcodeInstruction
      • setBarcodeInstruction

        public void setBarcodeInstruction​(BarcodeInstruction barcodeInstruction)
      • getPrepGuidance

        public PrepGuidance getPrepGuidance()
        Get prepGuidance
        Returns:
        prepGuidance
      • setPrepGuidance

        public void setPrepGuidance​(PrepGuidance prepGuidance)
      • getPrepInstructionList

        public PrepInstructionList getPrepInstructionList()
        Get prepInstructionList
        Returns:
        prepInstructionList
      • setPrepInstructionList

        public void setPrepInstructionList​(PrepInstructionList prepInstructionList)
      • 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