Class AppStoreProduct


  • public class AppStoreProduct
    extends Object
    Contains information about an APP store product..
    • Constructor Detail

      • AppStoreProduct

        public AppStoreProduct()
    • Method Detail

      • marketPlace

        public AppStoreProduct marketPlace​(String marketPlace)
        marketPlace.
        Returns:
        AppStoreProduct
      • getMarketPlace

        public String getMarketPlace()
        .
        Returns:
        marketPlace
      • setMarketPlace

        public void setMarketPlace​(String marketPlace)
        setMarketPlace.
      • getProductId

        public String getProductId()
        The Product ID from the AppStore..
        Returns:
        productId
      • setProductId

        public void setProductId​(String productId)
        setProductId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object