Class Item

All Implemented Interfaces:
Serializable

public class Item extends BecknObjectWithId
See Also:
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String criteriaId)
    • getDescriptor

      public Descriptor getDescriptor()
    • setDescriptor

      public void setDescriptor(Descriptor descriptor)
    • getPrice

      public Price getPrice()
    • setPrice

      public void setPrice(Price price)
    • getQuantity

      public Quantity getQuantity()
    • setQuantity

      public void setQuantity(Quantity quantity)
    • getLocationId

      public String getLocationId()
    • setLocationId

      public void setLocationId(String id)
    • getRecommended

      public boolean getRecommended()
    • setRecommended

      public void setRecommended(boolean recommended)