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


Constructor Summary
protected Product()
           
  Product(Capabilities type, String key)
           
 
Method Summary
 int getCount()
           
 String getKey()
           
 Capabilities 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(Capabilities type,
               String key)
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)

getType

public Capabilities 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.