org.gcube.data.spd.model.products
Class Product

java.lang.Object
  extended by org.gcube.data.spd.model.products.Product

public class Product
extends Object


Nested Class Summary
static class Product.ProductType
           
 
Constructor Summary
protected Product()
           
  Product(Product.ProductType type, String key)
           
 
Method Summary
 int getCount()
           
 String getKey()
           
 Product.ProductType getType()
           
 void setCount(int count)
           
 void setKey(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Product

protected Product()

Product

public Product(Product.ProductType type,
               String key)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

getType

public Product.ProductType getType()

getKey

public String getKey()

setKey

public void setKey(String key)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.