Class InventoryEntry

java.lang.Object
org.api.manapool.model.InventoryEntry
All Implemented Interfaces:
Serializable

public class InventoryEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • InventoryEntry

      public InventoryEntry()
  • Method Details

    • getPriceValue

      public double getPriceValue()
    • getDateffectiveAsOf

      public Date getDateffectiveAsOf()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getPriceCents

      public Integer getPriceCents()
    • setPriceCents

      public void setPriceCents(Integer priceCents)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getEffectiveAsOf

      public String getEffectiveAsOf()
    • setEffectiveAsOf

      public void setEffectiveAsOf(String effectiveAsOf)
    • getProductId

      public String getProductId()
    • setProductId

      public void setProductId(String productId)
    • getProduct

      public ProductItem getProduct()
    • setProduct

      public void setProduct(ProductItem product)