Class Item

java.lang.Object
br.com.moip.resource.Item

public class Item
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Item()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDetail()  
    java.lang.Integer getPrice()  
    java.lang.String getProduct()  
    java.lang.Integer getQuantity()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getProduct

      public java.lang.String getProduct()
    • getQuantity

      public java.lang.Integer getQuantity()
    • getDetail

      public java.lang.String getDetail()
    • getPrice

      public java.lang.Integer getPrice()