psdi.mnet

Class ProductDescription

  • java.lang.Object
    • psdi.mnet.ProductDescription
  • All Implemented Interfaces:
    java.io.Serializable


    public class ProductDescription
    extends java.lang.Object
    implements java.io.Serializable
    Serializable object that describes the returned product from an M|Net product search
    See Also:
    Serialized Form
    • Constructor Detail

      • ProductDescription

        public ProductDescription()
    • Method Detail

      • toString

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

        public java.lang.String getItem()
        Get the Item Number of the part.
      • setItem

        public void setItem(java.lang.String value)
      • getCatalog

        public java.lang.String getCatalog()
        Get the vendor's catalog number for the item
      • setCatalog

        public void setCatalog(java.lang.String value)
      • getManufacturer

        public java.lang.String getManufacturer()
        Get the manufacturer of the part
      • setManufacturer

        public void setManufacturer(java.lang.String value)
      • getModel

        public java.lang.String getModel()
        Get the Manufacturer's model number
      • setModel

        public void setModel(java.lang.String value)
      • getDescription

        public java.lang.String getDescription()
        Get the description of the part
      • setDescription

        public void setDescription(java.lang.String value)
      • getPrice

        public double getPrice()
        Get the price of the part
      • setPrice

        public void setPrice(double value)
      • getCurrency

        public java.lang.String getCurrency()
        Get the currency associated with the price
      • setCurrency

        public void setCurrency(java.lang.String value)
      • getUOM

        public java.lang.String getUOM()
        Get the unit of measure for the part
      • setUOM

        public void setUOM(java.lang.String value)
      • getAvailableDate

        public java.util.Date getAvailableDate()
        Get the product availability date.
      • setAvailableDate

        public void setAvailableDate(java.util.Date value)
      • getQuantity

        public java.lang.String getQuantity()
        Get the available quantity
      • setQuantity

        public void setQuantity(java.lang.String value)
      • getOptionals

        public java.lang.String getOptionals()
        Get the optionals field
      • setOptionals

        public void setOptionals(java.lang.String value)
      • getInterchange

        public java.lang.String getInterchange()
        Get the interchange field
      • setInterchange

        public void setInterchange(java.lang.String value)
      • getErrorMsg

        public java.lang.String getErrorMsg()
        Get the error message
      • setErrorMsg

        public void setErrorMsg(java.lang.String value)
      • getVendorPartNum

        public java.lang.String getVendorPartNum()
        Get the vendor part number
      • setVendorPartNum

        public void setVendorPartNum(java.lang.String value)
      • getManfCode

        public java.lang.String getManfCode()
        Get the manufacturer code
      • setManfCode

        public void setManfCode(java.lang.String value)
      • getManfPartNum

        public java.lang.String getManfPartNum()
        Get the manufacturer part number
      • setManfPartNum

        public void setManfPartNum(java.lang.String value)
      • getWarehouse

        public java.lang.String getWarehouse()
        Get the warehouse
      • setWarehouse

        public void setWarehouse(java.lang.String value)
      • getNotes

        public java.lang.String getNotes()
        Get notes
      • setNotes

        public void setNotes(java.lang.String value)
      • setVendorName

        public void setVendorName(java.lang.String value)
      • getVendorName

        public java.lang.String getVendorName()
      • setVendorId

        public void setVendorId(java.lang.String value)
      • getVendorId

        public java.lang.String getVendorId()